Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8SPG-497 - Update versions for 2.3.1 release #638

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33904,7 +33904,7 @@ spec:
value: INFO
- name: DISABLE_TELEMETRY
value: "false"
image: percona/percona-postgresql-operator:2.3.0
image: percona/percona-postgresql-operator:2.3.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
10 changes: 5 additions & 5 deletions deploy/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
# - percona.com/delete-pvc
# - percona.com/delete-ssl
spec:
crVersion: 2.3.0
crVersion: 2.3.1
# secrets:
# customTLSSecret:
# name: cluster1-cert
Expand Down Expand Up @@ -58,7 +58,7 @@ spec:
# endpoint: "s3.ca-central-1.amazonaws.com"
# region: "ca-central-1"

image: percona/percona-postgresql-operator:2.3.0-ppg16-postgres
image: percona/percona-postgresql-operator:2.3.1-ppg16-postgres
imagePullPolicy: Always
postgresVersion: 16
# port: 5432
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
proxy:
pgBouncer:
replicas: 3
image: percona/percona-postgresql-operator:2.3.0-ppg16-pgbouncer
image: percona/percona-postgresql-operator:2.3.1-ppg16-pgbouncer
# exposeSuperusers: true
# resources:
# limits:
Expand Down Expand Up @@ -184,7 +184,7 @@ spec:
pgbackrest:
# metadata:
# labels:
image: percona/percona-postgresql-operator:2.3.0-ppg16-pgbackrest
image: percona/percona-postgresql-operator:2.3.1-ppg16-pgbackrest
# configuration:
# - secret:
# name: cluster1-pgbackrest-secrets
Expand Down Expand Up @@ -283,7 +283,7 @@ spec:
# work_mem: 2MB

# extensions:
# image: percona/percona-postgresql-operator:2.3.0
# image: percona/percona-postgresql-operator:2.3.1
# imagePullPolicy: Always
# storage:
# type: s3
Expand Down
2 changes: 1 addition & 1 deletion deploy/cw-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33902,7 +33902,7 @@ spec:
value: INFO
- name: DISABLE_TELEMETRY
value: "false"
image: percona/percona-postgresql-operator:2.3.0
image: percona/percona-postgresql-operator:2.3.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/cw-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
value: INFO
- name: DISABLE_TELEMETRY
value: "false"
image: percona/percona-postgresql-operator:2.3.0
image: percona/percona-postgresql-operator:2.3.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
value: INFO
- name: DISABLE_TELEMETRY
value: "false"
image: percona/percona-postgresql-operator:2.3.0
image: percona/percona-postgresql-operator:2.3.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
Loading