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 8e394c7 commit 0910120Copy full SHA for 0910120
go.mod
@@ -4,7 +4,12 @@ go 1.26.0
4
5
require (
6
github.com/mittwald/go-helm-client v0.12.19
7
+
8
+ # We can not bump to helm 4 yet:
9
+ # > 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