Update logo URL

This commit is contained in:
Stefan Reimer 2020-06-03 16:17:04 +01:00
parent 8004cba259
commit d797a1d9a4
7 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ description: KubeZero ArgoCD Application - Root chart of the KubeZero
type: application
version: 0.2.2
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/logo_small.png
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
- kubezero
- argocd

View File

@ -4,7 +4,7 @@ description: KubeZero Umbrella Chart for aws-ebs-csi-driver
type: application
version: 0.1.0
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/logo_small.png
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
sources:
- https://github.com/kubernetes-sigs/aws-ebs-csi-driver
- https://github.com/Zero-Down-Time/kubezero

View File

@ -4,7 +4,7 @@ description: KubeZero Umbrella Chart for cert-manager
type: application
version: 0.3.3
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/logo_small.png
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
- kubezero
- cert-manager

View File

@ -4,7 +4,7 @@ description: KubeZero Umbrella Chart for Kiam
type: application
version: 0.2.4
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/logo_small.png
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
- kubezero
- kiam

View File

@ -4,7 +4,7 @@ description: KubeZero helm library - common helm functions and blocks
type: library
version: 0.1.2
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/logo_small.png
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
- kubezero
maintainers:

View File

@ -3,7 +3,7 @@ description: KubeZero Helm chart to install Zero Down Time Kuberenetes platform
name: kubezero
version: 0.2.6
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/logo_small.png
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
- kubezero
- argocd

View File

@ -17,7 +17,7 @@ helm repo add uswitch https://uswitch.github.io/kiam-helm-charts/charts/
for dir in $(find $SRCROOT/charts -mindepth 1 -maxdepth 1 -type d);
do
rm -rf $dir/charts $dir/Chart.lock
# rm -rf $dir/charts $dir/Chart.lock
name=$(basename $dir)