We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ffeb6 commit 2e8c6c6Copy full SHA for 2e8c6c6
1 file changed
go.mod
@@ -2,14 +2,12 @@ module rust/stackable/go-helm-wrapper
2
3
go 1.26.0
4
5
+// We can not bump to helm 4 yet:
6
+// > go.mod:8:2: require helm.sh/helm/v3: version "v4.1.1" invalid: should be v3, not v4
7
+// Related helm 4 issue: https://github.com/stackabletech/issues/issues/814
8
require (
9
github.com/mittwald/go-helm-client v0.12.19
-
- # We can not bump to helm 4 yet:
- # > go.mod:8:2: require helm.sh/helm/v3: version "v4.1.1" invalid: should be v3, not v4
10
- # Related helm 4 issue: https://github.com/stackabletech/issues/issues/814
11
helm.sh/helm/v3 v3.20.0
12
13
k8s.io/client-go v0.35.2
14
)
15
0 commit comments