diff --git a/charts/librechat/Chart.yaml b/charts/librechat/Chart.yaml index 8a72099..81d97dc 100644 --- a/charts/librechat/Chart.yaml +++ b/charts/librechat/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.2 +version: 1.3.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/librechat/templates/deployment.yaml b/charts/librechat/templates/deployment.yaml index 0b88e46..b62d627 100644 --- a/charts/librechat/templates/deployment.yaml +++ b/charts/librechat/templates/deployment.yaml @@ -52,7 +52,7 @@ spec: subPath: "librechat.yaml" readOnly: true {{- end }} - {{- if .Values.librechat.imageVolume }} + {{- if .Values.librechat.imageVolume.enabled }} - name: image-volume mountPath: "/app/client/public/images" {{- end }} @@ -74,7 +74,7 @@ spec: name: {{ include "librechat.fullname" $ }}-config {{- end }} {{- end }} - {{- if .Values.librechat.imageVolume }} + {{- if .Values.librechat.imageVolume.enabled }} - name: image-volume persistentVolumeClaim: claimName: {{ include "librechat.fullname" $ }}-images diff --git a/charts/librechat/templates/persistentvolumeclaim.yaml b/charts/librechat/templates/persistentvolumeclaim.yaml index 742b2f6..e27cd0e 100644 --- a/charts/librechat/templates/persistentvolumeclaim.yaml +++ b/charts/librechat/templates/persistentvolumeclaim.yaml @@ -1,4 +1,4 @@ -{{- if .Values.librechat.imageVolume }} +{{- if .Values.librechat.imageVolume.enabled }} apiVersion: v1 kind: PersistentVolumeClaim metadata: diff --git a/charts/librechat/values.yaml b/charts/librechat/values.yaml index da93676..d25b459 100644 --- a/charts/librechat/values.yaml +++ b/charts/librechat/values.yaml @@ -118,7 +118,9 @@ librechat: # Volume used to store image Files uploaded to the Web UI imageVolume: + enabled: true size: 10G + # storageClassName: # only lite RAG is supported librechat-rag-api: