Skip to content

Commit

Permalink
Update Helm to v3.7.0
Browse files Browse the repository at this point in the history
This pulls in Kubernetes dependencies at `v0.22.1`, but should include
improvements that would help resolve #149

Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Oct 8, 2021
1 parent dc74a8a commit 88fc9d5
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 269 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ require (
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.14.0
github.com/spf13/pflag v1.0.5
helm.sh/helm/v3 v3.6.3
k8s.io/api v0.21.3
k8s.io/apiextensions-apiserver v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/cli-runtime v0.21.0
k8s.io/client-go v0.21.3
helm.sh/helm/v3 v3.7.0
k8s.io/api v0.22.1
k8s.io/apiextensions-apiserver v0.22.1
k8s.io/apimachinery v0.22.1
k8s.io/cli-runtime v0.22.1
k8s.io/client-go v0.22.1
sigs.k8s.io/controller-runtime v0.9.5
sigs.k8s.io/kustomize/api v0.10.0
sigs.k8s.io/yaml v1.2.0
Expand Down
Loading

0 comments on commit 88fc9d5

Please sign in to comment.