From 90be464df47c1ae0ee6a6b521146d0859a8137c1 Mon Sep 17 00:00:00 2001 From: Ping-Lin Chang Date: Fri, 27 Oct 2023 21:49:03 +0100 Subject: [PATCH] ci(Makefile): fix wrong tag in helm release test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 505826cda..aed71f039 100644 --- a/Makefile +++ b/Makefile @@ -337,7 +337,7 @@ endif -v ${HOME}/.kube/config:/root/.kube/config \ ${DOCKER_HELM_IT_EXTRA_PARAMS} \ --name ${CONTAINER_BACKEND_INTEGRATION_TEST_NAME}-latest \ - ${CONTAINER_COMPOSE_IMAGE_NAME}:latest /bin/sh -c " \ + ${CONTAINER_COMPOSE_IMAGE_NAME}:release /bin/sh -c " \ /bin/sh -c 'cd /instill-ai/core && helm uninstall core --namespace ${HELM_NAMESPACE}' \ " @kubectl delete namespace instill-ai