Skip to content

Commit d9b2285

Browse files
authored
chore: Update helm to 3.19.2 (#4680)
1 parent 42783a0 commit d9b2285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ $(BIN)/jb: Makefile go.mod
374374

375375
$(BIN)/helm: Makefile go.mod
376376
@mkdir -p $(@D)
377-
CGO_ENABLED=0 GOBIN=$(abspath $(@D)) $(GO) install helm.sh/helm/v3/cmd/helm@v3.14.3
377+
CGO_ENABLED=0 GOBIN=$(abspath $(@D)) $(GO) install helm.sh/helm/v3/cmd/helm@v3.19.2
378378

379379
$(BIN)/kubeconform: Makefile go.mod
380380
@mkdir -p $(@D)

0 commit comments

Comments
 (0)