Skip to content

Commit 82c02aa

Browse files
committed
updated to current images
1 parent c627389 commit 82c02aa

File tree

5 files changed

+3
-16
lines changed

5 files changed

+3
-16
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# exclude some folders
2-
setup/helm/configmap.yaml
32
setup/monitoring
4-
setup/operator
5-
setup/monitoring.tar.gz

cluster-tutorials/monitored_cluster/postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ spec:
1919
size: 5Gi
2020
#storageClass: default-provisioner
2121
monitor:
22-
image: docker.io/cybertecpostgresql/cybertec-pg-container:exporter-16.2-1-rc1
22+
image: docker.io/cybertecpostgresql/cybertec-pg-container:exporter-16.2-2-rc1

cluster-tutorials/pgbackrest_with_s3/postgres.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ spec:
2525
repo1-path: /YOUR_PATH_INSIDE_THE_BUCKET/repo1/
2626
repo1-retention-full: '7'
2727
repo1-retention-full-type: count
28-
image: >-
29-
docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-rocky9-16-13-1
28+
image: docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-16.2-2-rc1
3029
repos:
3130
- endpoint: YOUR_S3_ENDPOINT
3231
name: repo1

setup/helm/operator/templates/infrastructure_role.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

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.7.0-rc1-x86_64'
18+
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.7.0-2-rc1'
1919
watched_namespace: '*'
2020
enable_pod_antiaffinity: 'true'
2121
operator_namespace: 'cpo'

0 commit comments

Comments
 (0)