Skip to content

Commit 0910120

Browse files
committed
Add comment on helm 4
1 parent 8e394c7 commit 0910120

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ go 1.26.0
44

55
require (
66
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
711
helm.sh/helm/v3 v3.20.0
12+
813
k8s.io/client-go v0.35.2
914
)
1015

0 commit comments

Comments
 (0)