Skip to content

Commit

Permalink
Remove adding of Helm stable chart repository (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij authored Sep 12, 2024
1 parent 4d36e23 commit 163b1dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN apk -U upgrade \
&& chmod +x /usr/local/bin/helm /usr/local/bin/kubectl /usr/local/bin/yq \
&& mkdir /config \
&& chmod g+rwx /config /root \
&& helm repo add "stable" "https://charts.helm.sh/stable" --force-update \
&& kubectl version --client \
&& helm version

Expand Down

0 comments on commit 163b1dc

Please sign in to comment.