Skip to content

Commit 4ed7d2c

Browse files
committed
[postgresql] Fix missing newline
1 parent fd734c8 commit 4ed7d2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/postgresql/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ home: https://www.postgresql.org/
99
sources:
1010
- https://github.com/InseeFrLab/helm-charts-databases/tree/master/charts/postgresql
1111
type: application
12-
version: 1.0.9
12+
version: 1.0.10
1313
appVersion: 17.5.0
1414
dependencies:
1515
- name: postgresql

charts/postgresql/templates/configmap-init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ data:
1414
{{- end -}}
1515
{{- if contains "vector" .Values.postgresql.image.repository }}
1616
psql -U postgres -d $POSTGRES_DATABASE -c "CREATE EXTENSION vector;"
17-
{{- end -}}
17+
{{- end }}
1818
echo "All extensions created."

0 commit comments

Comments
 (0)