Skip to content

Commit f28e554

Browse files
sfc-gh-jmckulkajmckulk
authored andcommitted
Remove more prefetch images from chainsaw action
1 parent 6ff84ca commit f28e554

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ jobs:
100100
prefetch-images: |
101101
registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542
102102
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542
103-
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542
104103
105104
- name: Get pgMonitor files.
106105
run: make get-pgmonitor
@@ -120,13 +119,7 @@ jobs:
120119
--env 'QUERIES_CONFIG_DIR=/mnt/hack/tools/queries' \
121120
--env 'KUBECONFIG=hack/.kube/postgres-operator/pgo' \
122121
--env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542' \
123-
--env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2542' \
124-
--env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2542' \
125-
--env 'RELATED_IMAGE_PGUPGRADE=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.0-2542' \
126-
--env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542' \
127122
--env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542' \
128-
--env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2542' \
129-
--env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.4-0' \
130123
--env 'PGO_FEATURE_GATES=TablespaceVolumes=true,OpenTelemetryLogs=true,OpenTelemetryMetrics=true' \
131124
--name 'postgres-operator' localhost/postgres-operator
132125

0 commit comments

Comments
 (0)