Skip to content

Commit d60114c

Browse files
authored
Remove bitnami refs (#4254)
We had a cluster-migrate test that was removed in a cleanup/migration The bitnami image var was used in those tests and can be removed
1 parent ff9494c commit d60114c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -203,17 +203,10 @@ generate-kuttl: export KUTTL_TEST_DELETE_NAMESPACE ?= kuttl-test-delete-namespac
203203
generate-kuttl: ## Generate kuttl tests
204204
[ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated
205205
bash -ceu ' \
206-
case $(KUTTL_PG_VERSION) in \
207-
16 ) export KUTTL_BITNAMI_IMAGE_TAG=16.0.0-debian-11-r3 ;; \
208-
15 ) export KUTTL_BITNAMI_IMAGE_TAG=15.0.0-debian-11-r4 ;; \
209-
14 ) export KUTTL_BITNAMI_IMAGE_TAG=14.5.0-debian-11-r37 ;; \
210-
13 ) export KUTTL_BITNAMI_IMAGE_TAG=13.8.0-debian-11-r39 ;; \
211-
12 ) export KUTTL_BITNAMI_IMAGE_TAG=12.12.0-debian-11-r40 ;; \
212-
esac; \
213206
render() { envsubst '"'"' \
214207
$$KUTTL_PG_UPGRADE_FROM_VERSION $$KUTTL_PG_UPGRADE_TO_VERSION \
215208
$$KUTTL_PG_VERSION $$KUTTL_POSTGIS_VERSION $$KUTTL_PSQL_IMAGE \
216-
$$KUTTL_BITNAMI_IMAGE_TAG $$KUTTL_TEST_DELETE_NAMESPACE'"'"'; }; \
209+
$$KUTTL_TEST_DELETE_NAMESPACE'"'"'; }; \
217210
while [ $$# -gt 0 ]; do \
218211
source="$${1}" target="$${1/e2e/e2e-generated}"; \
219212
mkdir -p "$${target%/*}"; render < "$${source}" > "$${target}"; \

0 commit comments

Comments
 (0)