Skip to content

Commit

Permalink
minor update in chromdb
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket Sudake <[email protected]>
  • Loading branch information
sanketsudake committed Jul 22, 2024
1 parent 5245f37 commit 3606d9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/chromadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.1.0
version: 0.1.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/chromadb/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- with .Values.pvc.persistentVolumeClaim.storageClassName }}
{{- if .Values.pvc.persistentVolumeClaim.storageClassName }}
storageClassName: {{ .Values.pvc.persistentVolumeClaim.storageClassName }}
{{- end }}
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion charts/chromadb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ securityContext: {}

service:
type: ClusterIP
port: 80
port: 8000

serviceMonitor:
# Enable the creation of a ServiceMonitor resource
Expand Down

0 comments on commit 3606d9f

Please sign in to comment.