Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Update tag in build.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Evenson <[email protected]>
  • Loading branch information
lachie83 committed Jan 8, 2019
1 parent 2761f78 commit 3ea3918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

readonly IMAGE_TAG=v3.0.1
readonly IMAGE_TAG=v3.1.0
readonly IMAGE_REPOSITORY="gcr.io/kubernetes-charts-ci/test-image"
readonly SCRIPT_DIR=$(dirname "$(readlink -f "$0")")

Expand Down

0 comments on commit 3ea3918

Please sign in to comment.