Skip to content

Commit

Permalink
Do not refresh local repo cache when updating helm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JosBritton committed Nov 6, 2024
1 parent 5d88b1f commit 150a640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CHARTS := $(shell find apps/ -regex ".*/upstream/Chart.ya?ml")

%/resources/upstream.yaml: %/upstream/Chart.yaml %/upstream/Chart.yml
. "$*/BUILDARGS" && \
helm dependency update "$*/upstream" && \
helm dependency update --skip-refresh "$*/upstream" && \
helm template \
--include-crds \
--namespace "$$NAMESPACE" \
Expand Down

0 comments on commit 150a640

Please sign in to comment.