From e5f3cd4eaf54288d89c6bea7f034e5eece7730f6 Mon Sep 17 00:00:00 2001 From: Rimas Mocevicius Date: Tue, 13 Nov 2018 10:32:56 +0000 Subject: [PATCH] Fix wrong docker image tag for docker4mac (#51) Signed-off-by: rimas --- examples/docker-for-mac/my_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker-for-mac/my_test.sh b/examples/docker-for-mac/my_test.sh index dd31434..57b3698 100755 --- a/examples/docker-for-mac/my_test.sh +++ b/examples/docker-for-mac/my_test.sh @@ -18,7 +18,7 @@ set -o errexit set -o nounset set -o pipefail -readonly IMAGE_TAG=v3.0.0 +readonly IMAGE_TAG=v2.0.0 readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing" main() {