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() {