Skip to content

Commit

Permalink
Merge pull request #126 from defenseunicorns/update-helm-version
Browse files Browse the repository at this point in the history
Update Helm to v3.7.0
  • Loading branch information
jeff-mccoy authored Oct 27, 2021
2 parents 1e97660 + 2147274 commit 96888f3
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 269 deletions.
9 changes: 4 additions & 5 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/ulikunitz/xz v0.5.8 // indirect; CVE-2020-16845
helm.sh/helm/v3 v3.6.1-0.20210719095234-663c5698878c
k8s.io/api v0.21.5
k8s.io/apimachinery v0.21.5
k8s.io/client-go v0.21.5
rsc.io/letsencrypt v0.0.3 // indirect
helm.sh/helm/v3 v3.7.0
k8s.io/api v0.22.1
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
)
Loading

0 comments on commit 96888f3

Please sign in to comment.