grab_charts.sh: Fix istio/cni repo location and helm repo add for istio/istio helm dependencies (#2827)

This commit is contained in:
Tim Swanson 2018-11-01 10:16:20 -04:00 committed by Martin Taillefer
parent 47ce4b5c30
commit 2a82133d2d
5 changed files with 9 additions and 8 deletions

View File

@ -27,7 +27,7 @@ HELM="docker run -t -i --user $UID --rm -v ${HELM_DIR}:${HELM_DIR} -v ${WORK_DIR
# The repos to mine for charts, just add new entries here to pull in more repos.
REPOS=(
https://github.com/istio/istio.git@master
https://github.com/istio-ecosystem/cni.git@master
https://github.com/istio/cni.git@master
)
# Charts to extract from repos
@ -52,6 +52,7 @@ popd
# Prepare helm setup
mkdir -vp $HELM_DIR
$HELM init --client-only
$HELM repo add istio.io https://raw.githubusercontent.com/istio/istio.io/master/static/charts
# Create a package for each charts and build the repo index.
mkdir -vp $HELM_BUILD_DIR

14
static/charts/index.yaml Executable file → Normal file
View File

@ -3,9 +3,9 @@ entries:
istio:
- apiVersion: v1
appVersion: 1.1.0
created: 2018-10-17T14:51:49.8598909Z
created: 2018-10-31T15:43:53.1653369Z
description: Helm chart for all istio components
digest: da922c15ea3c47ef2a1f24933712568077957debde95ab7f4ae36fc204d6f340
digest: 484fda59c73ac9c83abc42174cefdf312b966c40a08b8df078ca26fed516a715
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
keywords:
@ -25,9 +25,9 @@ entries:
istio-cni:
- apiVersion: v1
appVersion: 0.1.0
created: 2018-10-17T14:51:49.863659Z
created: 2018-10-31T15:43:53.1714244Z
description: Helm chart for istio-cni components
digest: 0e1d8b966f21ca6fea2cab8d56199f661e60cd180b59e88abaa25a8bf3f7850c
digest: 27bb51ff35eaef02f699170cba21fee3c3eb029c99e76dce9723c2810cc82b3f
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
keywords:
@ -43,10 +43,10 @@ entries:
istio-remote:
- apiVersion: v1
appVersion: 1.1.0
created: 2018-10-17T14:51:49.8770318Z
created: 2018-10-31T15:43:53.1802208Z
description: Helm chart needed for remote Kubernetes clusters to join the main
Istio control plane
digest: d8e03fc7ba7e4c446e07023507b762db0778651c57281c200686a941ec56333c
digest: 2cac4662963cbd3ed4f5ee23c737c17c0ba9a44161f7f63a2b6a1bc00dc42eac
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
keywords:
@ -58,4 +58,4 @@ entries:
urls:
- istio-remote-1.1.0.tgz
version: 1.1.0
generated: 2018-10-17T14:51:49.8513759Z
generated: 2018-10-31T15:43:53.1533702Z

Binary file not shown.

Binary file not shown.

Binary file not shown.