Skip to content
Draft
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/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ spec:
# test-label: value


image: docker.io/perconalab/percona-postgresql-operator:main-ppg17-postgres
image: docker.io/perconalab/percona-distribution-postgresql-with-postgis:17
imagePullPolicy: Always
postgresVersion: 17
# port: 5432
Expand Down
2 changes: 1 addition & 1 deletion deploy/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ spec:
image: docker.io/perconalab/percona-postgresql-operator:main-upgrade
fromPostgresVersion: 16
toPostgresVersion: 17
toPostgresImage: docker.io/perconalab/percona-postgresql-operator:main-ppg17-postgres
toPostgresImage: docker.io/perconalab/percona-distribution-postgresql-with-postgis:17
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this

toPgBouncerImage: docker.io/perconalab/percona-postgresql-operator:main-pgbouncer17
toPgBackRestImage: docker.io/perconalab/percona-postgresql-operator:main-pgbackrest17
6 changes: 3 additions & 3 deletions e2e-tests/release_versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ IMAGE_OPERATOR=percona/percona-postgresql-operator:2.8.2

IMAGE_POSTGRESQL18=percona/percona-distribution-postgresql:18.1-3
IMAGE_PGBOUNCER18=percona/percona-pgbouncer:1.25.0-1
IMAGE_POSTGIS18=percona/percona-postgresql-operator:2.8.2-ppg18.1-postgres-gis3.5.4
IMAGE_POSTGIS18=percona/percona-distribution-postgresql-with-postgis:18.1-3
IMAGE_BACKREST18=percona/percona-pgbackrest:2.57.0-1

IMAGE_POSTGRESQL17=percona/percona-distribution-postgresql:17.7-2
IMAGE_PGBOUNCER17=percona/percona-pgbouncer:1.25.0-1
IMAGE_POSTGIS17=percona/percona-postgresql-operator:2.8.2-ppg17.7-postgres-gis3.3.8
IMAGE_POSTGIS17=percona/percona-distribution-postgresql-with-postgis:17.7
Comment thread
pooknull marked this conversation as resolved.
IMAGE_BACKREST17=percona/percona-pgbackrest:2.57.0-1

IMAGE_POSTGRESQL16=percona/percona-distribution-postgresql:16.11-2
Expand Down Expand Up @@ -48,4 +48,4 @@ AKS_MAX=1.34
OPENSHIFT_MIN=4.16.51
OPENSHIFT_MAX=4.20.2
# MINIKUBE_MAX = k8s version in MINIKUBE
MINIKUBE_MAX=1.34.0
MINIKUBE_MAX=1.34.0
2 changes: 1 addition & 1 deletion percona/controller/testdata/sidecar-resources-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
crVersion: 2.9.0

image: perconalab/percona-postgresql-operator:main-ppg17-postgres
image: docker.io/perconalab/percona-distribution-postgresql-with-postgis:17
Comment thread
pooknull marked this conversation as resolved.
imagePullPolicy: Always
postgresVersion: 17

Expand Down
Loading