Skip to content

Commit

Permalink
cmd: upgrade Helm 3 to v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Aug 28, 2021
1 parent 574262e commit e1e77f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/kube-score/helm3.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:stretch as downloader

ARG HELM_VERSION=v3.5.0
ARG HELM_SHA256SUM="3fff0354d5fba4c73ebd5db59a59db72f8a5bbe1117a0b355b0c2983e98db95b"
ARG HELM_VERSION=v3.6.3
ARG HELM_SHA256SUM="07c100849925623dc1913209cd1a30f0a9b80a5b4d6ff2153c609d11b043e262"

RUN apt-get update && \
apt-get install -y curl && \
Expand Down

0 comments on commit e1e77f5

Please sign in to comment.