Skip to content

Commit

Permalink
#31 Variabelize accessMode
Browse files Browse the repository at this point in the history
  • Loading branch information
hofq authored Sep 23, 2024
1 parent f1b1544 commit a8bfbda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/librechat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
version: 1.5.1

# 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
Expand Down
2 changes: 1 addition & 1 deletion charts/librechat/templates/persistentvolumeclaim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: {{ include "librechat.fullname" $ }}-images
spec:
accessModes:
- ReadWriteOnce
- {{ .Values.librechat.imageVolume.accessModes }}
{{- if .Values.librechat.imageVolume.storageClassName }}
storageClassName: {{ .Values.librechat.imageVolume.storageClassName }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions charts/librechat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ librechat:
imageVolume:
enabled: true
size: 10G
accessModes: ReadWriteOnce
# storageClassName:

# only lite RAG is supported
Expand Down

0 comments on commit a8bfbda

Please sign in to comment.