Skip to content

Commit

Permalink
Merge #397
Browse files Browse the repository at this point in the history
397: Upgrade Helm r=zegl a=zegl

<p>cmd: upgrade Helm3 to v3.7.0</p><p>This fixes <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zegl/kube-score/issues/394">https://github.com/zegl/kube-score/issues/394</a></p>

```
RELNOTE: Upgrade Helm3 to v3.7.0
```

---

This PR was created from Gustav Westling's (zegl) [workspace](https://getsturdy.com/kube-score-QEduUvS/f32ab6f4-240b-4af7-abc1-fac1bb55045a) on [Sturdy](https://getsturdy.com/).

Join your team, and code and collaborate on Sturdy, [join now!](https://getsturdy.com/get-started/github)

Update this PR by making changes through Sturdy.


Co-authored-by: Gustav Westling <gustav@westling.dev>
  • Loading branch information
bors[bot] and zegl committed Oct 1, 2021
2 parents 2c8ff8a + 1825474 commit 2404dfd
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 2404dfd

Please sign in to comment.