Skip to content

Commit

Permalink
feat: update to Helm 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Oct 21, 2021
1 parent 8abd208 commit bbb46b7
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 237 deletions.
10 changes: 2 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ require (
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // must include https://github.com/go-yaml/yaml/issues/578
helm.sh/helm/v3 v3.5.4
k8s.io/client-go v0.20.4
helm.sh/helm/v3 v3.7.1
k8s.io/client-go v0.22.1
sigs.k8s.io/kustomize/kyaml v0.12.0
)

// See https://github.com/helm/helm/blob/v3.5.2/go.mod
replace (
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
)
Loading

0 comments on commit bbb46b7

Please sign in to comment.