File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cluster-tutorials/pgbackrest_with_pvc Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : cpo.opensource.cybertec.at/v1
22kind : postgresql
33metadata :
4- name : cluster-1
4+ name : cluster-pvc- 1
55spec :
66 dockerImage : ' docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
77 numberOfInstances : 1
3131 full : 30 2 * * *
3232 storage : pvc
3333 volume :
34- size : 10Gi
34+ size : 10Gi
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ imagePullSecretNames: []
1515
1616# Define the operator settings to add to the configmap
1717operatorSettings :
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 : ' *'
You can’t perform that action at this time.
0 commit comments