Skip to content

Commit

Permalink
K8SPG-597 Update images and versions for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ptankov committed Jun 20, 2024
1 parent 7fbc3db commit d801d8a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ check-envtest: get-pgmonitor
$(GO_TEST) -count=1 -cover -tags=envtest ./...

# The "PGO_TEST_TIMEOUT_SCALE" environment variable (default: 1) can be set to a
# positive number that extends test timeouts. The following runs tests with
# positive number that extends test timeouts. The following runs tests with
# timeouts that are 20% longer than normal:
# make check-envtest-existing PGO_TEST_TIMEOUT_SCALE=1.2
.PHONY: check-envtest-existing
Expand Down
4 changes: 2 additions & 2 deletions config/bundle/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resources:
- ../manager/namespace
images:
- name: postgres-operator
newName: perconalab/percona-postgresql-operator
newTag: main
newName: percona/percona-postgresql-operator
newTag: 2.4.0
4 changes: 2 additions & 2 deletions config/cw-bundle/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resources:

images:
- name: postgres-operator
newName: perconalab/percona-postgresql-operator
newTag: main
newName: percona/percona-postgresql-operator
newTag: 2.4.0
4 changes: 2 additions & 2 deletions config/manager/cluster/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ patchesStrategicMerge:

images:
- name: postgres-operator
newName: perconalab/percona-postgresql-operator
newTag: main
newName: percona/percona-postgresql-operator
newTag: 2.4.0
4 changes: 2 additions & 2 deletions config/manager/namespace/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ patchesStrategicMerge:

images:
- name: postgres-operator
newName: perconalab/percona-postgresql-operator
newTag: main
newName: percona/percona-postgresql-operator
newTag: 2.4.0
2 changes: 1 addition & 1 deletion deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45432,7 +45432,7 @@ spec:
value: INFO
- name: DISABLE_TELEMETRY
value: "false"
image: perconalab/percona-postgresql-operator:main
image: percona/percona-postgresql-operator:2.4.0
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
8 changes: 4 additions & 4 deletions deploy/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
# test-label: value


image: perconalab/percona-postgresql-operator:main-ppg16-postgres
image: percona/percona-postgresql-operator:2.4.0-ppg16-postgres
imagePullPolicy: Always
postgresVersion: 16
# port: 5432
Expand Down Expand Up @@ -219,7 +219,7 @@ spec:
proxy:
pgBouncer:
replicas: 3
image: perconalab/percona-postgresql-operator:main-ppg16-pgbouncer
image: percona/percona-postgresql-operator:2.4.0-ppg16-pgbouncer
# exposeSuperusers: true
# resources:
# limits:
Expand Down Expand Up @@ -300,7 +300,7 @@ spec:
pgbackrest:
# metadata:
# labels:
image: perconalab/percona-postgresql-operator:main-ppg16-pgbackrest
image: percona/percona-postgresql-operator:2.4.0-ppg16-pgbackrest
#
# containers:
# pgbackrest:
Expand Down Expand Up @@ -443,7 +443,7 @@ spec:

pmm:
enabled: false
image: percona/pmm-client:2.41.0
image: percona/pmm-client:2.42.0
# imagePullPolicy: IfNotPresent
secret: cluster1-pmm-secret
serverHost: monitoring-service
Expand Down
2 changes: 1 addition & 1 deletion deploy/cw-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45430,7 +45430,7 @@ spec:
value: INFO
- name: DISABLE_TELEMETRY
value: "false"
image: perconalab/percona-postgresql-operator:main
image: percona/percona-postgresql-operator:2.4.0
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: perconalab/percona-postgresql-operator:main
image: percona/percona-postgresql-operator:2.4.0
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: perconalab/percona-postgresql-operator:main
image: percona/percona-postgresql-operator:2.4.0
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit d801d8a

Please sign in to comment.