Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
test(deps): update module helm.sh/helm/v3 to v3.14.1 (#1291)
Browse files Browse the repository at this point in the history
* test(deps): update module helm.sh/helm/v3 to v3.14.1

* fix: go mod tidy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Krisztian Gacsal <[email protected]>
  • Loading branch information
renovate[bot] and chrisgacsal authored Feb 15, 2024
1 parent 8d75cc3 commit 7d7dd94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
helm.sh/helm/v3 v3.14.0 // indirect
helm.sh/helm/v3 v3.14.1 // indirect
k8s.io/api v0.29.1 // indirect
k8s.io/apiextensions-apiserver v0.29.0 // indirect
k8s.io/apimachinery v0.29.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion testenv/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/opencontainers/go-digest v1.0.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
helm.sh/helm/v3 v3.14.0
helm.sh/helm/v3 v3.14.1
k8s.io/api v0.29.1
k8s.io/apimachinery v0.29.1
k8s.io/cli-runtime v0.29.1
Expand Down

0 comments on commit 7d7dd94

Please sign in to comment.