Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
update helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jul 3, 2019
1 parent 7d8efd0 commit 3080f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKING_DIRECTORY="$PWD"
echo "ERROR: Could not find Helm charts in $WORKING_DIRECTORY"
exit 1
}
[ -z "$HELM_VERSION" ] && HELM_VERSION=2.8.1
[ -z "$HELM_VERSION" ] && HELM_VERSION=2.14.1
[ "$CIRCLE_BRANCH" ] || {
echo "ERROR: Environment variable CIRCLE_BRANCH is required"
exit 1
Expand Down

0 comments on commit 3080f95

Please sign in to comment.