Skip to content

Commit

Permalink
Merge pull request #95 from Kshatrix/release
Browse files Browse the repository at this point in the history
Fix hmc-chart release target
  • Loading branch information
Kshatrix authored Jul 16, 2024
2 parents 14d0dfd + febaedf commit 3694d49
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 @@ -69,7 +69,7 @@ hmc-chart-release: kustomize helmify yq ## Generate hmc helm chart
rm -rf templates/hmc/values.yaml templates/hmc/templates/*.yaml
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
$(KUSTOMIZE) build config/default | $(HELMIFY) templates/hmc
$(YQ) eval -iN '' templates/hmc/values.yaml config/default/flux_values.yaml
$(YQ) eval -iN '' templates/hmc/values.yaml config/default/hmc_values.yaml
$(YQ) eval '.version = "$(VERSION)"' -i templates/hmc/Chart.yaml
$(YQ) eval '.version = "$(VERSION)"' -i templates/hmc-templates/Chart.yaml

Expand Down

0 comments on commit 3694d49

Please sign in to comment.