Skip to content

Commit bd65805

Browse files
Bump helm.sh/helm/v3 from 3.3.1 to 3.6.1
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.3.1 to 3.6.1. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.3.1...v3.6.1) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dadd38f commit bd65805

File tree

2 files changed

+344
-173
lines changed

2 files changed

+344
-173
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ require (
66
github.com/Masterminds/semver v1.5.0
77
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
88
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
9-
github.com/evanphx/json-patch v4.2.0+incompatible
9+
github.com/evanphx/json-patch v4.9.0+incompatible
1010
github.com/ghodss/yaml v1.0.0
1111
github.com/huandu/xstrings v1.3.2 // indirect
12-
github.com/json-iterator/go v1.1.8
12+
github.com/json-iterator/go v1.1.10
1313
github.com/mattn/go-colorable v0.1.7 // indirect
1414
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
1515
github.com/pkg/errors v0.9.1
@@ -19,12 +19,12 @@ require (
1919
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
2020
google.golang.org/grpc v1.30.0
2121
gopkg.in/yaml.v2 v2.4.0
22-
helm.sh/helm/v3 v3.3.1
23-
k8s.io/api v0.18.8
24-
k8s.io/apiextensions-apiserver v0.18.8
25-
k8s.io/apimachinery v0.18.8
26-
k8s.io/cli-runtime v0.18.8
27-
k8s.io/client-go v0.18.8
22+
helm.sh/helm/v3 v3.6.1
23+
k8s.io/api v0.21.0
24+
k8s.io/apiextensions-apiserver v0.21.0
25+
k8s.io/apimachinery v0.21.0
26+
k8s.io/cli-runtime v0.21.0
27+
k8s.io/client-go v0.21.0
2828
k8s.io/helm v2.16.12+incompatible
2929
rsc.io/letsencrypt v0.0.3 // indirect
3030
sigs.k8s.io/yaml v1.2.0

0 commit comments

Comments
 (0)