File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
230230generate-kuttl : export KUTTL_TEST_DELETE_NAMESPACE ?= kuttl-test-delete-namespace
231231generate-kuttl : # # Generate kuttl tests
232232[ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated
You can’t perform that action at this time.
0 commit comments