Update chart repository in ussuri branch

Replace https://kubernetes-charts.storage.googleapis.com/
with https://charts.helm.sh/stable

Change-Id: I8b311307cac656db193a6f229f0ffdebc462fbd2
This commit is contained in:
cuttingedge1109 2021-02-20 06:10:46 +01:00
parent 9a21fe7505
commit 4d9b68204e
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ if [ "$(echo ${INGRESS_CONTROLLER} | tr '[:upper:]' '[:lower:]')" = "nginx" ]; t
cat << EOF >> ${HELM_CHART_DIR}/requirements.yaml
- name: ${CHART_NAME}
version: ${NGINX_INGRESS_CONTROLLER_CHART_TAG}
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
EOF
cat << EOF >> ${HELM_CHART_DIR}/values.yaml

View File

@ -15,7 +15,7 @@ if [ "$(echo ${METRICS_SERVER_ENABLED} | tr '[:upper:]' '[:lower:]')" = "true" ]
cat << EOF >> ${HELM_CHART_DIR}/requirements.yaml
- name: ${CHART_NAME}
version: ${METRICS_SERVER_CHART_TAG}
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
EOF
cat << EOF >> ${HELM_CHART_DIR}/values.yaml

View File

@ -17,7 +17,7 @@ if [ "$(echo ${MONITORING_ENABLED} | tr '[:upper:]' '[:lower:]')" = "true" ] &&
cat << EOF >> ${HELM_CHART_DIR}/requirements.yaml
- name: ${CHART_NAME}
version: ${PROMETHEUS_ADAPTER_CHART_TAG}
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
EOF
cat << EOF >> ${HELM_CHART_DIR}/values.yaml

View File

@ -15,7 +15,7 @@ if [ "$(echo ${MONITORING_ENABLED} | tr '[:upper:]' '[:lower:]')" = "true" ]; th
cat << EOF >> ${HELM_CHART_DIR}/requirements.yaml
- name: ${CHART_NAME}
version: ${PROMETHEUS_OPERATOR_CHART_TAG}
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
EOF
# Calculate resources needed to run the Prometheus Monitoring Solution