Fix chart

This commit is contained in:
2024-01-05 11:40:27 +00:00
parent 249ccb1dac
commit 2bccb0e8b8
6 changed files with 66 additions and 53 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ $(ENVTEST): $(LOCALBIN)
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
helmify:
$(call go-get-tool,$(HELMIFY),github.com/arttor/helmify/cmd/helmify@v0.3.7)
$(call go-get-tool,$(HELMIFY),github.com/arttor/helmify/cmd/helmify@v0.4.10)
helm: manifests kustomize helmify
$(KUSTOMIZE) build config/default | $(HELMIFY)