Skip to content

Commit 5e9abe5

Browse files
Bump helm.sh/helm/v3 from 3.6.3 to 3.7.0 (#512)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.6.3 to 3.7.0. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.6.3...v3.7.0) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f265574 commit 5e9abe5

File tree

2 files changed

+345
-227
lines changed

2 files changed

+345
-227
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ require (
2828
github.com/stretchr/testify v1.7.0
2929
github.com/tebeka/go2xunit v1.4.10
3030
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
31+
go.mongodb.org/mongo-driver v1.1.2 // indirect
3132
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
3233
golang.org/x/tools v0.1.5
3334
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
34-
helm.sh/helm/v3 v3.6.3
35+
helm.sh/helm/v3 v3.7.0
3536
honnef.co/go/tools v0.2.1
3637
k8s.io/apimachinery v0.22.1
3738
k8s.io/cli-runtime v0.22.1

0 commit comments

Comments
 (0)