Skip to content

Commit

Permalink
remove helm chart version from labels (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLaunay committed Nov 15, 2022
1 parent 7fbf1c4 commit 1baf417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ helm-chart: helm-chart-generate
helm-chart-generate: kustomize helm kubectl-slice yq charts
@echo "== KUSTOMIZE: Set image and chart label =="
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
cd config/manager && $(KUSTOMIZE) edit set label helm.sh/chart:$(CHART_NAME)-$(VERSION)
cd config/default && $(KUSTOMIZE) edit set label helm.sh/chart:$(CHART_NAME)-$(VERSION)
cd config/manager && $(KUSTOMIZE) edit set label helm.sh/chart:$(CHART_NAME)
cd config/default && $(KUSTOMIZE) edit set label helm.sh/chart:$(CHART_NAME)

@echo "== Gather Helm Chart Metadata =="
# remove the existing chart if it exists
Expand Down

0 comments on commit 1baf417

Please sign in to comment.