Fix new path to naming schema

This commit is contained in:
Stefan Reimer 2020-05-06 18:23:52 +01:00
parent 94ccee0325
commit c5f03e4367
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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: |

View File

@ -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