Skip to content

Commit 1155533

Browse files
tjmoore4cbandy
authored andcommitted
Update the default Postgers image used for Kuttl tests
1 parent 20c0a33 commit 1155533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ check-kuttl:
222222
.PHONY: generate-kuttl
223223
generate-kuttl: export KUTTL_PG_VERSION ?= 14
224224
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
225+
generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-2
226226
generate-kuttl:
227227
[ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated
228228
[ ! -d testing/kuttl/e2e-generated-other ] || rm -r testing/kuttl/e2e-generated-other

0 commit comments

Comments
 (0)