diff --git a/.helmignore b/.helmignore new file mode 100644 index 0000000..f4b1198 --- /dev/null +++ b/.helmignore @@ -0,0 +1,2 @@ +.git +.github diff --git a/Chart.yaml b/Chart.yaml index da6eed1..9128316 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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.2.3 +version: 0.2.4 # 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/templates/configmap.yaml b/templates/configmap.yaml index 2006d0a..27c0555 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: qdrant-config + name: {{ include "qdrant.fullname" . }} data: initialize.sh: | #!/bin/sh diff --git a/templates/statefulset.yaml b/templates/statefulset.yaml index 3ad69f8..a777f2e 100644 --- a/templates/statefulset.yaml +++ b/templates/statefulset.yaml @@ -100,7 +100,7 @@ spec: volumes: - name: qdrant-config configMap: - name: qdrant-config + name: {{ include "qdrant.fullname" . }} defaultMode: 0755 volumeClaimTemplates: