mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 18:20:15 +00:00
Merge pull request #13 from qdrant/fix/nawar/multiple-releases-same-namespace
Fix/nawar/multiple releases same namespace
This commit is contained in:
2
.helmignore
Normal file
2
.helmignore
Normal file
@@ -0,0 +1,2 @@
|
||||
.git
|
||||
.github
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: qdrant-config
|
||||
name: {{ include "qdrant.fullname" . }}
|
||||
data:
|
||||
initialize.sh: |
|
||||
#!/bin/sh
|
||||
|
||||
@@ -100,7 +100,7 @@ spec:
|
||||
volumes:
|
||||
- name: qdrant-config
|
||||
configMap:
|
||||
name: qdrant-config
|
||||
name: {{ include "qdrant.fullname" . }}
|
||||
defaultMode: 0755
|
||||
|
||||
volumeClaimTemplates:
|
||||
|
||||
Reference in New Issue
Block a user