Skip to content

Commit cc4ff03

Browse files
committed
e2e: fix default postgres version in postgres config
1 parent f7a3a27 commit cc4ff03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stackgres-k8s/install/helm/stackgres-cluster/templates/sgpostgresconfig.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ metadata:
1414
spec:
1515
{{- if eq .Values.cluster.postgres.version "latest" }}
1616
{{- if eq .Values.cluster.postgres.flavor "babelfish" }}
17-
postgresVersion: "16"
18-
{{- else }}
1917
postgresVersion: "17"
18+
{{- else }}
19+
postgresVersion: "18"
2020
{{- end }}
2121
{{- else }}
2222
postgresVersion: "{{ index (.Values.cluster.postgres.version | splitList ".") 0 }}"

0 commit comments

Comments
 (0)