We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd734c8 commit 4ed7d2cCopy full SHA for 4ed7d2c
charts/postgresql/Chart.yaml
@@ -9,7 +9,7 @@ home: https://www.postgresql.org/
9
sources:
10
- https://github.com/InseeFrLab/helm-charts-databases/tree/master/charts/postgresql
11
type: application
12
-version: 1.0.9
+version: 1.0.10
13
appVersion: 17.5.0
14
dependencies:
15
- name: postgresql
charts/postgresql/templates/configmap-init.yaml
@@ -14,5 +14,5 @@ data:
{{- end -}}
{{- if contains "vector" .Values.postgresql.image.repository }}
16
psql -U postgres -d $POSTGRES_DATABASE -c "CREATE EXTENSION vector;"
17
- {{- end -}}
+ {{- end }}
18
echo "All extensions created."
0 commit comments