Skip to content

Commit

Permalink
cmd: upgrade Helm3 to v3.7.0
Browse files Browse the repository at this point in the history
This fixes #394

--- sturdy ---
user_id: 847dfd0c-49bf-40c5-8870-74a12fca0d60
view_id: 72cdb3b4-8d5d-4357-aa8c-3d10e910f7af
workspace_id: f32ab6f4-240b-4af7-abc1-fac1bb55045a
  • Loading branch information
zegl committed Oct 1, 2021
1 parent 36950fa commit d0bcf92
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.6.3
ARG HELM_SHA256SUM="07c100849925623dc1913209cd1a30f0a9b80a5b4d6ff2153c609d11b043e262"
ARG HELM_VERSION=v3.7.0
ARG HELM_SHA256SUM="096e30f54c3ccdabe30a8093f8e128dba76bb67af697b85db6ed0453a2701bf9"

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

0 comments on commit d0bcf92

Please sign in to comment.