From 7ad88b128efb61f6085f3da2c63bc4bb08a67ff6 Mon Sep 17 00:00:00 2001 From: Jonathan Tong Date: Tue, 13 Dec 2022 16:23:50 -0500 Subject: [PATCH] Update Helm chart to v1.0.2 --- hack/update-helm-repo.sh | 13 ------------- helm/cluster-api-visualizer/Chart.yaml | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100755 hack/update-helm-repo.sh diff --git a/hack/update-helm-repo.sh b/hack/update-helm-repo.sh deleted file mode 100755 index 7a34c75..0000000 --- a/hack/update-helm-repo.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -o nounset -set -o errexit -set -o pipefail - -ROOT=$(dirname "${BASH_SOURCE[0]}")/.. - -helm package ${ROOT}/helm/cluster-api-visualizer -d ${ROOT}/helm/repo/new -helm repo index ${ROOT}/helm/repo/new -helm repo index --merge ${ROOT}/helm/repo/index.yaml ${ROOT}/helm/repo/new -mv ${ROOT}/helm/repo/new/index.yaml ${ROOT}/helm/repo/index.yaml -mv ${ROOT}/helm/repo/new/*.tgz ${ROOT}/helm/repo \ No newline at end of file diff --git a/helm/cluster-api-visualizer/Chart.yaml b/helm/cluster-api-visualizer/Chart.yaml index 7307347..45805e4 100644 --- a/helm/cluster-api-visualizer/Chart.yaml +++ b/helm/cluster-api-visualizer/Chart.yaml @@ -7,5 +7,5 @@ maintainers: name: Jonathan Tong sources: - https://github.com/Jont828/cluster-api-visualizer -appVersion: "v1.0.1" -version: 1.0.1 +appVersion: "v1.0.2" +version: 1.0.2