Skip to content

Commit d9d1a35

Browse files
committed
Fix failing release when having dependencies
1 parent d874422 commit d9d1a35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ REGISTRY ?= oci://ghcr.io/helmetica-framework
77
build: $(CHART)-$(VERSION).tgz
88

99
$(CHART)-$(VERSION).tgz: Chart.yaml values.yaml $(wildcard templates/*)
10+
helm dependency build .
1011
helm package .
1112

1213
push: build

0 commit comments

Comments
 (0)