1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00

Fix wrong docker image tag for docker4mac (#51)

Signed-off-by: rimas <rmocius@gmail.com>
This commit is contained in:
Rimas Mocevicius
2018-11-13 10:32:56 +00:00
committed by Reinhard Nägele
parent 1b4319ce80
commit e5f3cd4eaf

View File

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