Fix new path to naming schema
This commit is contained in:
parent
46774f5df4
commit
5f72117d91
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: KubeZero Helm chart to install Zero Down Time Kuberenetes platform
|
description: KubeZero Helm chart to install Zero Down Time Kuberenetes platform
|
||||||
name: kubezero
|
name: kubezero
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
keywords:
|
keywords:
|
||||||
- kubezero
|
- kubezero
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: https://github.com/Zero-Down-Time/kubezero
|
repoURL: https://github.com/Zero-Down-Time/kubezero
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: charts/kubezeroApp
|
path: charts/kubezero-app
|
||||||
|
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
|
@ -7,6 +7,8 @@ SRCROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
|||||||
GIT_PUSH=${GIT_PUSH:-false}
|
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
|
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 stable https://kubernetes-charts.storage.googleapis.com
|
||||||
helm repo add argoproj https://argoproj.github.io/argo-helm
|
helm repo add argoproj https://argoproj.github.io/argo-helm
|
||||||
|
Loading…
Reference in New Issue
Block a user