Skip to content

Commit 9d1df18

Browse files
authored
Merge pull request #28 from cybertec-postgresql/v0.8.0
Fixes
2 parents 707f74c + b2aaed5 commit 9d1df18

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

cluster-tutorials/configure_users_and_databases/postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.0-2'
77
numberOfInstances: 1
88
postgresql:
9-
version: '16'
9+
version: '17'
1010
resources:
1111
limits:
1212
cpu: 500m

cluster-tutorials/high-availability-cluster/ha-postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.0-2'
77
numberOfInstances: 2
88
postgresql:
9-
version: '16'
9+
version: '17'
1010
resources:
1111
limits:
1212
cpu: 500m

cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.0-2'
77
numberOfInstances: 1
88
postgresql:
9-
version: '16'
9+
version: '17'
1010
resources:
1111
limits:
1212
cpu: 500m

cluster-tutorials/monitored_cluster/postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.0-2'
77
numberOfInstances: 1
88
postgresql:
9-
version: '16'
9+
version: '17'
1010
resources:
1111
limits:
1212
cpu: 500m
@@ -19,4 +19,4 @@ spec:
1919
size: 5Gi
2020
#storageClass: default-provisioner
2121
monitor:
22-
image: docker.io/cybertecpostgresql/cybertec-pg-container:exporter-17.0-1'
22+
image: 'docker.io/cybertecpostgresql/cybertec-pg-container:exporter-17.0-1'

cluster-tutorials/pgbackrest_with_gcs/postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.0-2'
77
numberOfInstances: 1
88
postgresql:
9-
version: '15'
9+
version: '17'
1010
resources:
1111
limits:
1212
cpu: 100m
@@ -25,7 +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: docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.0-1'
28+
image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.0-1'
2929
repos:
3030
- name: repo1
3131
resource: cpo-bucket-1

cluster-tutorials/pgbackrest_with_pvc/postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.0-2'
77
numberOfInstances: 1
88
postgresql:
9-
version: '16'
9+
version: '17'
1010
resources:
1111
limits:
1212
cpu: 500m
@@ -24,7 +24,7 @@ spec:
2424
global:
2525
repo1-retention-full: '7'
2626
repo1-retention-full-type: count
27-
image: docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.0-1'
27+
image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.0-1'
2828
repos:
2929
- name: repo1
3030
schedule:

cluster-tutorials/pgbackrest_with_s3/postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.0-2'
77
numberOfInstances: 1
88
postgresql:
9-
version: '16'
9+
version: '17'
1010
resources:
1111
limits:
1212
cpu: 500m
@@ -25,7 +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: docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.0-1'
28+
image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.0-1'
2929
repos:
3030
- endpoint: YOUR_S3_ENDPOINT
3131
name: repo1

cluster-tutorials/prepared_databases/postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.0-2'
77
numberOfInstances: 1
88
postgresql:
9-
version: '16'
9+
version: '17'
1010
resources:
1111
limits:
1212
cpu: 500m

0 commit comments

Comments
 (0)