From 38e46a13dd01d3aee590d663ab35a95d9f997761 Mon Sep 17 00:00:00 2001 From: Sig00rd Date: Mon, 16 Aug 2021 15:01:24 +0200 Subject: [PATCH] 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 --- Makefile | 2 +- chart/index.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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