diff --git a/Makefile b/Makefile index c775d529..a67811a1 100644 --- a/Makefile +++ b/Makefile @@ -414,7 +414,7 @@ helm-release-latest: helm mv chart/jenkins-operator/*.tgz /tmp/jenkins-operator-charts cd chart && ../bin/helm package 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/ # Download and build hugo extended locally if necessary diff --git a/chart/index.yaml b/chart/index.yaml index e23b3399..98401d0b 100644 --- a/chart/index.yaml +++ b/chart/index.yaml @@ -9,7 +9,7 @@ entries: icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png name: jenkins-operator 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 - apiVersion: v2 appVersion: 0.6.0