mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fix helm release problem (attempt 3) (#1350)
fix helm release result in helm index containing incorrect download link Co-authored-by: Christian Adams <rooftopcellist@gmail.com> Co-authored-by: John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -354,7 +354,7 @@ helm-package: helm-chart
|
||||
@echo "== Package Current Chart Version =="
|
||||
mkdir -p .cr-release-packages
|
||||
# package the chart and put it in .cr-release-packages dir
|
||||
$(HELM) package ./charts/awx-operator -d .cr-release-packages
|
||||
$(HELM) package ./charts/awx-operator -d .cr-release-packages/$(VERSION)
|
||||
|
||||
# List all tags oldest to newest.
|
||||
TAGS := $(shell git ls-remote --tags --sort=version:refname --refs -q | cut -d/ -f3)
|
||||
|
||||
Reference in New Issue
Block a user