Skip to content

Commit eadd13d

Browse files
fix(deps): update module helm.sh/helm/v3 to v4
1 parent cb0d001 commit eadd13d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/helm/release/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/spf13/viper v1.21.0
1111
google.golang.org/api v0.255.0
1212
gopkg.in/yaml.v3 v3.0.1
13-
helm.sh/helm/v3 v3.19.1
13+
helm.sh/helm/v3/v4 v4.0.1
1414
)
1515

1616
replace github.com/elastic/cloud-on-k8s/v3 => ../../..

hack/manifest-gen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.25.4
66

77
require (
88
github.com/spf13/cobra v1.10.1
9-
helm.sh/helm/v3 v3.19.1
9+
helm.sh/helm/v3/v4 v4.0.1
1010
sigs.k8s.io/kustomize/kyaml v0.21.0
1111
)
1212

0 commit comments

Comments
 (0)