зеркало из https://github.com/microsoft/mindaro.git
update chart locations
This commit is contained in:
Родитель
b8d19de784
Коммит
3bdfae181b
|
@ -125,7 +125,7 @@ az aks get-credentials -g $RGNAME -n $AKSNAME
|
|||
|
||||
# Use Helm to deploy a traefik ingress controller
|
||||
echo "helm repo add && helm repo update"
|
||||
$HELMDIR/helm repo add stable https://kubernetes-charts.storage.googleapis.com/
|
||||
$HELMDIR/helm repo add stable https://charts.helm.sh/stable
|
||||
$HELMDIR/helm repo update
|
||||
|
||||
echo ""
|
||||
|
|
|
@ -173,7 +173,7 @@ az aks get-credentials -g $RGNAME -n $AKSNAME
|
|||
if [[ $ENABLEINGRESS == "true" ]]; then
|
||||
# Use Helm to deploy a traefik ingress controller
|
||||
echo "helm repo add && helm repo update"
|
||||
$HELMDIR/helm repo add stable https://kubernetes-charts.storage.googleapis.com/
|
||||
$HELMDIR/helm repo add stable https://charts.helm.sh/stable
|
||||
$HELMDIR/helm repo update
|
||||
|
||||
echo ""
|
||||
|
|
Загрузка…
Ссылка в новой задаче