Update helm chart

This commit is contained in:
2023-09-07 23:52:25 +01:00
parent e2913e3ee3
commit 38de7cb352
4 changed files with 52 additions and 46 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.5)
helm: manifests kustomize helmify
$(KUSTOMIZE) build config/default | $(HELMIFY)