diff --git a/.circleci/config.yml b/.circleci/config.yml index 8674702a..fa749bbd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,7 +92,7 @@ jobs: - attach_workspace: at: /tmp/bin - run: test/container-build.sh - - run: test/e2e-kind.sh + - run: test/e2e-kind.sh v1.16.4 - run: test/e2e-istio.sh - run: test/e2e-istio-tests.sh diff --git a/test/e2e-istio.sh b/test/e2e-istio.sh index e919f85c..ad8d0e9b 100755 --- a/test/e2e-istio.sh +++ b/test/e2e-istio.sh @@ -23,4 +23,4 @@ echo '>>> Installing Flagger' kubectl apply -k ${REPO_ROOT}/kustomize/istio kubectl -n istio-system set image deployment/flagger flagger=test/flagger:latest -kubectl -n istio-system rollout status deployment/flagger \ No newline at end of file +kubectl -n istio-system rollout status deployment/flagger