Skip to content

Commit b5ef9fa

Browse files
committed
update operator image
1 parent 8dc147b commit b5ef9fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cluster-tutorials/pgbackrest_with_pvc/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: cpo.opensource.cybertec.at/v1
22
kind: postgresql
33
metadata:
4-
name: cluster-1
4+
name: cluster-pvc-1
55
spec:
66
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
77
numberOfInstances: 1
@@ -31,4 +31,4 @@ spec:
3131
full: 30 2 * * *
3232
storage: pvc
3333
volume:
34-
size: 10Gi
34+
size: 10Gi

setup/helm/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ imagePullSecretNames: []
1515

1616
# Define the operator settings to add to the configmap
1717
operatorSettings:
18-
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3-1'
18+
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3-2'
1919
postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
2020
poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.0-1'
2121
watched_namespace: '*'

0 commit comments

Comments
 (0)