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