We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36306d9 commit b48a95bCopy full SHA for b48a95b
charts/Makefile
@@ -2,11 +2,11 @@ IMAGE_REPO ?= docker.io/emissaryingress/emissary
2
3
all: charts
4
5
-charts: emissary-crds-chart emissary-chart
+charts: emissary-crds-chart emissary-ingress
6
7
# These are just aliases
8
emissary-crds-chart: emissary-crds-chart-$(VERSION).tgz
9
-emissary-chart: emissary-ingress-$(VERSION).tgz
+emissary-ingress: emissary-ingress-$(VERSION).tgz
10
11
version-check:
12
@if [ -z "$(VERSION)" ]; then \
@@ -40,5 +40,5 @@ push-chart: version-check helm-registry-check charts
40
41
clean:
42
rm -rf emissary-crds-chart-*
43
- rm -rf emissary-chart-*
+ rm -rf emissary-ingress-*
44
0 commit comments