There was an error while loading. Please reload this page.
1 parent d874422 commit d9d1a35Copy full SHA for d9d1a35
1 file changed
Makefile
@@ -7,6 +7,7 @@ REGISTRY ?= oci://ghcr.io/helmetica-framework
7
build: $(CHART)-$(VERSION).tgz
8
9
$(CHART)-$(VERSION).tgz: Chart.yaml values.yaml $(wildcard templates/*)
10
+ helm dependency build .
11
helm package .
12
13
push: build
0 commit comments