Skip to content

Commit eaa2aa2

Browse files
tony-landrethtony-landreth
tony-landreth
authored andcommitted
Updates manager.yaml, removes admin 4.30 tests
The latest version discontinues pgadmin4 v4.30. This commit removes it from related images, updates to the latest developer images, and removes tests that rely on the old pgadmin image.
1 parent b5a7244 commit eaa2aa2

File tree

4 files changed

+11
-141
lines changed

4 files changed

+11
-141
lines changed

config/manager/manager.yaml

+11-13
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,27 @@ spec:
2323
- name: CRUNCHY_DEBUG
2424
value: "true"
2525
- name: RELATED_IMAGE_POSTGRES_16
26-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.8-0"
26+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2513"
2727
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
28-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.8-3.3-0"
28+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2513"
2929
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.8-3.4-0"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2513"
3131
- name: RELATED_IMAGE_POSTGRES_17
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.4-0"
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.4-2513"
3333
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.4
34-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.4-3.4-0"
35-
- name: RELATED_IMAGE_PGADMIN
36-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-35"
34+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.5-2513"
3735
- name: RELATED_IMAGE_PGBACKREST
38-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54.1-1"
36+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2513"
3937
- name: RELATED_IMAGE_PGBOUNCER
40-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-4"
38+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2513"
4139
- name: RELATED_IMAGE_PGEXPORTER
42-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:latest"
40+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.16.0-2513"
4341
- name: RELATED_IMAGE_PGUPGRADE
44-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:latest"
42+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.4-2513"
4543
- name: RELATED_IMAGE_STANDALONE_PGADMIN
46-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.14-2"
44+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.1-2513"
4745
- name: RELATED_IMAGE_COLLECTOR
48-
value: "ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.119.0"
46+
value: "registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.0-0"
4947
securityContext:
5048
allowPrivilegeEscalation: false
5149
capabilities: { drop: [ALL] }

testing/kuttl/e2e/pgadmin/01--cluster.yaml

-40
This file was deleted.

testing/kuttl/e2e/pgadmin/01-assert.yaml

-32
This file was deleted.

testing/kuttl/e2e/pgadmin/02--check-settings.yaml

-56
This file was deleted.

0 commit comments

Comments
 (0)