There was an error while loading. Please reload this page.
1 parent 20c0a33 commit 1155533Copy full SHA for 1155533
Makefile
@@ -222,7 +222,7 @@ check-kuttl:
222
.PHONY: generate-kuttl
223
generate-kuttl: export KUTTL_PG_VERSION ?= 14
224
generate-kuttl: export KUTTL_POSTGIS_VERSION ?= 3.1
225
-generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.2-0
+generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-2
226
generate-kuttl:
227
[ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated
228
[ ! -d testing/kuttl/e2e-generated-other ] || rm -r testing/kuttl/e2e-generated-other
0 commit comments