Skip to content
Open
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 config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ resources:
images:
- name: postgres-operator
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
newTag: ubi9-5.8.6-0
newTag: ubi9-5.8.8-0
34 changes: 17 additions & 17 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,39 +23,39 @@ spec:
- name: CRUNCHY_DEBUG
value: "true"
- name: RELATED_IMAGE_POSTGRES_15
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-15.15-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-15.18-2621"
- name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-15.15-3.3-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-15.18-3.3-2621"
- name: RELATED_IMAGE_POSTGRES_16
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.14-2621"
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.11-3.3-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.14-3.3-2621"
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.11-3.4-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.14-3.4-2621"
- name: RELATED_IMAGE_POSTGRES_17
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.10-2621"
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.4
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.4-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.4-2621"
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.5
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.5-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.5-2621"
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.6
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.6-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.6-2621"
- name: RELATED_IMAGE_POSTGRES_18
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.1-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.4-2621"
- name: RELATED_IMAGE_POSTGRES_18_GIS_3.6
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.1-3.6-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.4-3.6-2621"
- name: RELATED_IMAGE_PGBACKREST
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.58.0-2621"
- name: RELATED_IMAGE_PGBOUNCER
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.25-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.25-2621"
- name: RELATED_IMAGE_PGEXPORTER
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2621"
- name: RELATED_IMAGE_PGUPGRADE
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.4-2621"
- name: RELATED_IMAGE_STANDALONE_PGADMIN
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2550"
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.15-2621"
- name: RELATED_IMAGE_COLLECTOR
value: "registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.6-0"
value: "registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.8-0"
securityContext:
allowPrivilegeEscalation: false
capabilities: { drop: [ALL] }
Expand Down
Loading