We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad9ad2 commit 4283ed7Copy full SHA for 4283ed7
.github/workflows/test.yaml
@@ -98,7 +98,7 @@ jobs:
98
--env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0' \
99
--env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-0' \
100
--env 'RELATED_IMAGE_POSTGRES_14=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.1-0' \
101
- --name 'postgres-operator' ubuntu \
+ --name 'postgres-operator' gcr.io/distroless/base \
102
postgres-operator
103
104
- name: Install KUTTL
0 commit comments