This commit is contained in:
parent
47eb4875c6
commit
351235efdd
@ -4,4 +4,5 @@ ARG HELM_VERSION
|
||||
|
||||
COPY install.sh /install.sh
|
||||
RUN VERSION=${HELM_VERSION} /install.sh
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/helm" ]
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -xe
|
||||
|
||||
BASE_URL=https://get.helm.sh
|
||||
|
||||
if [ -z ${VERSION+x} ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user