This commit is contained in:
@ -1,9 +1,8 @@
|
||||
FROM alpine/helm:3.11.1 as helm
|
||||
FROM alpine/helm:3.11.3 as helm
|
||||
|
||||
RUN set -ex \
|
||||
&& apk upgrade \
|
||||
&& apk add --no-cache bash \
|
||||
&& helm plugin install https://github.com/chartmuseum/helm-push \
|
||||
\
|
||||
&& wget -qO- https://github.com/mikefarah/yq/releases/download/v4.30.8/yq_linux_amd64 -O /usr/local/bin/yq \
|
||||
&& chmod +x /usr/local/bin/yq \
|
||||
|
Reference in New Issue
Block a user