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-651 - Release 2.6.0 #1044

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 2 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
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.6.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.6.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.6.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.6.0
2 changes: 1 addition & 1 deletion deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46004,7 +46004,7 @@ spec:
value: INFO
- name: DISABLE_TELEMETRY
value: "false"
image: perconalab/percona-postgresql-operator:main
image: percona/percona-postgresql-operator:2.6.0
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 @@ -122,7 +122,7 @@ spec:
# test-label: value


image: perconalab/percona-postgresql-operator:main-ppg17-postgres
image: percona/percona-postgresql-operator:2.6.0-ppg17.2-postgres
imagePullPolicy: Always
postgresVersion: 17
# port: 5432
Expand Down Expand Up @@ -238,7 +238,7 @@ spec:
proxy:
pgBouncer:
replicas: 3
image: perconalab/percona-postgresql-operator:main-ppg17-pgbouncer
image: percona/percona-postgresql-operator:2.6.0-ppg17.2-pgbouncer1.23.1
# exposeSuperusers: true
# resources:
# limits:
Expand Down Expand Up @@ -320,7 +320,7 @@ spec:
pgbackrest:
# metadata:
# labels:
image: perconalab/percona-postgresql-operator:main-ppg17-pgbackrest
image: percona/percona-postgresql-operator:2.6.0-ppg17.2-pgbackrest2.54.0
#
# containers:
# pgbackrest:
Expand Down Expand Up @@ -465,7 +465,7 @@ spec:

pmm:
enabled: false
image: perconalab/pmm-client:dev-latest
image: percona/pmm-client:2.44.0
# imagePullPolicy: IfNotPresent
secret: cluster1-pmm-secret
serverHost: monitoring-service
Expand All @@ -487,7 +487,7 @@ spec:
# work_mem: 2MB

# extensions:
# image: perconalab/percona-postgresql-operator:main
# image: percona/percona-postgresql-operator:2.6.0
# 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 @@ -46002,7 +46002,7 @@ spec:
value: INFO
- name: DISABLE_TELEMETRY
value: "false"
image: perconalab/percona-postgresql-operator:main
image: percona/percona-postgresql-operator:2.6.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.6.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.6.0
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
8 changes: 4 additions & 4 deletions deploy/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
name: cluster1-15-to-16
spec:
postgresClusterName: cluster1
image: perconalab/percona-postgresql-operator:main
image: percona/percona-postgresql-operator:2.6.0
fromPostgresVersion: 15
toPostgresVersion: 16
toPostgresImage: perconalab/percona-postgresql-operator:main-ppg16-postgres
toPgBouncerImage: perconalab/percona-postgresql-operator:main-ppg16-pgbouncer
toPgBackRestImage: perconalab/percona-postgresql-operator:main-ppg16-pgbackrest
toPostgresImage: percona/percona-postgresql-operator:2.6.0-ppg17.2-postgres
toPgBouncerImage: percona/percona-postgresql-operator:2.6.0-ppg17.2-pgbouncer1.23.1
toPgBackRestImage: percona/percona-postgresql-operator:2.6.0-ppg17.2-pgbackrest2.54.0
2 changes: 1 addition & 1 deletion e2e-tests/conf/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: pg-client
image: perconalab/percona-distribution-postgresql:15
image: perconalab/percona-distribution-postgresql:17
imagePullPolicy: Always
command:
- sleep
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/functions
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# set root repo relatively to a test dir
ROOT_REPO=${ROOT_REPO:-$(realpath ../../..)}
CERT_MANAGER_VER="1.15.3"
CERT_MANAGER_VER="1.17.0"
test_name=$(basename "$(pwd)")
source "${ROOT_REPO}/e2e-tests/vars.sh"

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/release_versions
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ EKS_MAX=1.32
AKS_MIN=1.29
AKS_MAX=1.31
OPENSHIFT_MIN=4.14.46
OPENSHIFT_MAX=4.17.15
OPENSHIFT_MAX=4.17.16
MINIKUBE_REL=1.32.0
Loading