From 154a179a2dfd21a6c8bc01db27681809cb42f8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Fr=C4=85tczak?= Date: Tue, 14 Nov 2023 21:33:26 +0100 Subject: [PATCH] add default env vars to refact chart --- charts/refact/Chart.yaml | 2 +- charts/refact/values.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/charts/refact/Chart.yaml b/charts/refact/Chart.yaml index 609ae13..479765c 100644 --- a/charts/refact/Chart.yaml +++ b/charts/refact/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: "v1.1.0" description: A self-hosted open-source alternative to Copilot. name: refact -version: 0.1.0 +version: 0.2.0 kubeVersion: ">= 1.16.0-0" keywords: - refact diff --git a/charts/refact/values.yaml b/charts/refact/values.yaml index 6c3ea34..e86eb1f 100644 --- a/charts/refact/values.yaml +++ b/charts/refact/values.yaml @@ -14,6 +14,13 @@ image: # -- image pull policy pullPolicy: IfNotPresent +# -- Configures the environemnt variables used by the refact chart under this key. +# This can be used to configure your temporary and permanente storage directories. +# @default -- See values.yaml +env: {} + # REFACT_PERM_DIR: "~/.refact/perm-storage" + # REFACT_TMP_DIR: "~/.refact/tmp" + # -- Configures the runtime settings for the chart under this key. # This can be used to configure your GPU-specific runtime environment name to the deployment. # @default -- See values.yaml