diff --git a/charts/kubezero/Chart.yaml b/charts/kubezero/Chart.yaml index 05e3f09..d672a48 100644 --- a/charts/kubezero/Chart.yaml +++ b/charts/kubezero/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: KubeZero Helm chart to install Zero Down Time Kuberenetes platform name: kubezero -version: 0.2.1 +version: 0.2.2 home: https://kubezero.com keywords: - kubezero diff --git a/charts/kubezero/templates/app.yaml b/charts/kubezero/templates/app.yaml index 5ea2e18..959a8de 100644 --- a/charts/kubezero/templates/app.yaml +++ b/charts/kubezero/templates/app.yaml @@ -13,7 +13,7 @@ spec: source: repoURL: https://github.com/Zero-Down-Time/kubezero targetRevision: HEAD - path: charts/kubezeroApp + path: charts/kubezero-app helm: values: | diff --git a/scripts/publish.sh b/scripts/publish.sh index ab54c15..c3e95f4 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -7,6 +7,8 @@ SRCROOT="$(cd "$(dirname "$0")/.." && pwd)" GIT_PUSH=${GIT_PUSH:-false} rm -rf $SRCROOT/output && git clone -b gh-pages ssh://git@git.zero-downtime.net:22000/ZeroDownTime/KubeZero.git $SRCROOT/output +# Reset all +# rm -rf $SRCROOT/output/*tgz $SRCROOT/output/index.yaml helm repo add stable https://kubernetes-charts.storage.googleapis.com helm repo add argoproj https://argoproj.github.io/argo-helm