File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 curl -o /usr/local/bin/sops -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux && \
5050 chmod +x /usr/local/bin/sops && \
5151 # Install Helm
52- curl -fsSL -o get_helm.sh https://raw.githubusercontent.com /helm/helm/$ HELM_VERSION/scripts/get- helm-3 && \
53- chmod 700 get_helm.sh && ./get_helm.sh && \
52+ curl -L https://get.helm.sh /helm-${ HELM_VERSION}-linux-amd64.tar.gz | tar -xzf - --strip-components 1 -C /usr/local/bin linux-amd64/ helm &&\
53+ chmod +x /usr/local/bin/helm && \
5454 # Install Helm Secrets
5555 helm plugin install https://github.com/jkroepke/helm-secrets --version=$HELM_SECRETS_VERSION && \
5656 # Install conftest
You can’t perform that action at this time.
0 commit comments