We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca585ca commit 69f840fCopy full SHA for 69f840f
2 files changed
charts/pg-db/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: pg-db
3
description: 'A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL'
4
type: application
5
-version: 2.3.17
+version: 2.3.18
6
appVersion: 2.3.1
7
home: https://docs.percona.com/percona-operator-for-postgresql/2.0/
8
maintainers:
charts/pg-db/templates/cluster.yaml
@@ -14,6 +14,7 @@ metadata:
14
finalizers:
15
{{ .Values.finalizers | toYaml | indent 4 }}
16
name: {{ include "pg-database.fullname" . }}
17
+ namespace: {{ .Release.Namespace }}
18
spec:
19
crVersion: {{ .Values.crVersion }}
20
image: {{ include "pg-database.postgres-image" . }}
0 commit comments