Fix Helm package URL in Makefile & Index entry for 0.5.3 (#631)
* Fix url pointing to 0.5.3 Helm chart package in index * Fix url used for indexing latest chart version in Makefile target releasing chart
This commit is contained in:
parent
39ec91da29
commit
38e46a13dd
2
Makefile
2
Makefile
|
|
@ -414,7 +414,7 @@ helm-release-latest: helm
|
||||||
mv chart/jenkins-operator/*.tgz /tmp/jenkins-operator-charts
|
mv chart/jenkins-operator/*.tgz /tmp/jenkins-operator-charts
|
||||||
cd chart && ../bin/helm package jenkins-operator
|
cd chart && ../bin/helm package jenkins-operator
|
||||||
mv chart/jenkins-operator-*.tgz chart/jenkins-operator/
|
mv chart/jenkins-operator-*.tgz chart/jenkins-operator/
|
||||||
bin/helm repo index chart/ --url https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/ --merge chart/index.yaml
|
bin/helm repo index chart/ --url https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/ --merge chart/index.yaml
|
||||||
mv /tmp/jenkins-operator-charts/*.tgz chart/jenkins-operator/
|
mv /tmp/jenkins-operator-charts/*.tgz chart/jenkins-operator/
|
||||||
|
|
||||||
# Download and build hugo extended locally if necessary
|
# Download and build hugo extended locally if necessary
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ entries:
|
||||||
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
||||||
name: jenkins-operator
|
name: jenkins-operator
|
||||||
urls:
|
urls:
|
||||||
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator/jenkins-operator-0.5.3.tgz
|
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.5.3.tgz
|
||||||
version: 0.5.3
|
version: 0.5.3
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 0.6.0
|
appVersion: 0.6.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue