Skip to content

Commit b48a95b

Browse files
committed
fixup! 3fd8913
Signed-off-by: Flynn <[email protected]>
1 parent 36306d9 commit b48a95b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ IMAGE_REPO ?= docker.io/emissaryingress/emissary
22

33
all: charts
44

5-
charts: emissary-crds-chart emissary-chart
5+
charts: emissary-crds-chart emissary-ingress
66

77
# These are just aliases
88
emissary-crds-chart: emissary-crds-chart-$(VERSION).tgz
9-
emissary-chart: emissary-ingress-$(VERSION).tgz
9+
emissary-ingress: emissary-ingress-$(VERSION).tgz
1010

1111
version-check:
1212
@if [ -z "$(VERSION)" ]; then \
@@ -40,5 +40,5 @@ push-chart: version-check helm-registry-check charts
4040

4141
clean:
4242
rm -rf emissary-crds-chart-*
43-
rm -rf emissary-chart-*
43+
rm -rf emissary-ingress-*
4444

0 commit comments

Comments
 (0)