Skip to content

Commit b0747f4

Browse files
jmckulkValClarkson
authored andcommitted
Update default upgrade test versions
1 parent baee06a commit b0747f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,11 @@ check-kuttl: ## example command: make check-kuttl KUTTL_TEST='
222222
--config testing/kuttl/kuttl-test.yaml
223223

224224
.PHONY: generate-kuttl
225-
generate-kuttl: export KUTTL_PG_UPGRADE_FROM_VERSION ?= 14
226-
generate-kuttl: export KUTTL_PG_UPGRADE_TO_VERSION ?= 15
227-
generate-kuttl: export KUTTL_PG_VERSION ?= 15
228-
generate-kuttl: export KUTTL_POSTGIS_VERSION ?= 3.3
229-
generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
225+
generate-kuttl: export KUTTL_PG_UPGRADE_FROM_VERSION ?= 15
226+
generate-kuttl: export KUTTL_PG_UPGRADE_TO_VERSION ?= 16
227+
generate-kuttl: export KUTTL_PG_VERSION ?= 16
228+
generate-kuttl: export KUTTL_POSTGIS_VERSION ?= 3.4
229+
generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0
230230
generate-kuttl: export KUTTL_TEST_DELETE_NAMESPACE ?= kuttl-test-delete-namespace
231231
generate-kuttl: ## Generate kuttl tests
232232
[ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated

0 commit comments

Comments
 (0)