Skip to content

Commit

Permalink
Fix for modern Helm v2 (#9)
Browse files Browse the repository at this point in the history
- Updates Helm v2 to 2.17.0
- Adjusts the init command for new stable URL

Fixes #8
  • Loading branch information
arbourd authored Jan 12, 2021
1 parent 82beadb commit ee51037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM linkyard/docker-helm:2.9.1
FROM linkyard/alpine-helm:2.17.0

RUN apk add --update --upgrade --no-cache jq bash

Expand Down
2 changes: 1 addition & 1 deletion assets/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

init_helm() {
helm init --client-only > /dev/null
helm init --stable-repo-url=https://charts.helm.sh/stable --client-only > /dev/null
helm version --client
}

Expand Down

0 comments on commit ee51037

Please sign in to comment.