Skip to content

Commit

Permalink
facilitate: Don't have make generate Download the Emissary chart
Browse files Browse the repository at this point in the history
This requires a supporting change in emissary.git.

This also reduces reliance on emissary.git automation.
  • Loading branch information
LukeShu committed Feb 18, 2022
1 parent 0aea9f7 commit 837ee54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ FORCE:
.PHONY: FORCE
.SECONDARY:

$(EDGE_STACK_HOME)/charts/edge-stack/charts: %/charts: %/Chart.yaml
rm -rf $@
cd $* && helm dependency update
$(EDGE_STACK_HOME)/charts/edge-stack/charts: FORCE
$(MAKE) -C .. $@

$(HELM_OUTPUT_DIR): $(EDGE_STACK_HOME)/charts/edge-stack/charts FORCE
rm -rf $@
Expand Down
6 changes: 3 additions & 3 deletions charts/edge-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: emissary-ingress
repository: https://s3.amazonaws.com/datawire-static-files/charts-dev
version: 7.3.1-0.20220211211150-a9c031b59932
digest: sha256:e556c725227daaa52f2a12d3c5e2dcbb72510dc2f9695ba0dbc9396d1e01d139
generated: "2022-02-11T14:57:09.278406113-07:00"
version: 7.3.1-0.20220218170742-db7ace0ddd33
digest: sha256:4cc92ff119237dd768d861bb139867c5f67096dbdaef4f9d0d291a8125a78390
generated: "2022-02-18T14:23:32.895879831-07:00"
2 changes: 1 addition & 1 deletion charts/edge-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ maintainers:
engine: gotpl
dependencies:
- name: emissary-ingress
version: 7.3.1-0.20220211211150-a9c031b59932
version: 7.3.1-0.20220218170742-db7ace0ddd33
repository: https://s3.amazonaws.com/datawire-static-files/charts-dev

0 comments on commit 837ee54

Please sign in to comment.