Skip to content

Commit

Permalink
Update helm to 3.9 and fix plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
bsord committed Jul 10, 2022
1 parent 34de9d2 commit eed8dab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
FROM plugins/base:linux-amd64

ENV XDG_DATA_HOME=/opt/xdg
ENV XDG_CACHE_HOME=/opt/xdg

RUN apk add curl tar bash --no-cache
RUN set -ex \
&& curl -sSL https://get.helm.sh/helm-v3.8.2-linux-amd64.tar.gz | tar xz \
&& curl -sSL https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz | tar xz \
&& mv linux-amd64/helm /usr/local/bin/helm \
&& rm -rf linux-amd64
RUN apk add --virtual .helm-build-deps git make \
Expand Down

0 comments on commit eed8dab

Please sign in to comment.