fix(ci): more helm repo-add fixes
This commit is contained in:
@@ -13,7 +13,7 @@ chart-repos:
|
|||||||
- truecharts=https://truecharts.org
|
- truecharts=https://truecharts.org
|
||||||
- bitnami=https://charts.bitnami.com/bitnami
|
- bitnami=https://charts.bitnami.com/bitnami
|
||||||
- amd-gpu-helm=https://radeonopencompute.github.io/k8s-device-plugin/
|
- amd-gpu-helm=https://radeonopencompute.github.io/k8s-device-plugin/
|
||||||
- truecharts-library=https://truecharts.org
|
- truecharts-library=https://library-charts.truecharts.org
|
||||||
- metallb=https://metallb.github.io/metallb
|
- metallb=https://metallb.github.io/metallb
|
||||||
- grafana=https://grafana.github.io/helm-charts
|
- grafana=https://grafana.github.io/helm-charts
|
||||||
- prometheus=https://prometheus-community.github.io/helm-charts
|
- prometheus=https://prometheus-community.github.io/helm-charts
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ chart-repos:
|
|||||||
- truecharts=https://truecharts.org
|
- truecharts=https://truecharts.org
|
||||||
- bitnami=https://charts.bitnami.com/bitnami
|
- bitnami=https://charts.bitnami.com/bitnami
|
||||||
- amd-gpu-helm=https://radeonopencompute.github.io/k8s-device-plugin/
|
- amd-gpu-helm=https://radeonopencompute.github.io/k8s-device-plugin/
|
||||||
- truecharts-library=https://truecharts.org
|
- truecharts-library=https://library-charts.truecharts.org
|
||||||
- metallb=https://metallb.github.io/metallb
|
- metallb=https://metallb.github.io/metallb
|
||||||
- grafana=https://grafana.github.io/helm-charts
|
- grafana=https://grafana.github.io/helm-charts
|
||||||
- prometheus=https://prometheus-community.github.io/helm-charts
|
- prometheus=https://prometheus-community.github.io/helm-charts
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ jobs:
|
|||||||
- name: update helm repo cache
|
- name: update helm repo cache
|
||||||
run: |
|
run: |
|
||||||
helm repo add truecharts https://truecharts.org
|
helm repo add truecharts https://truecharts.org
|
||||||
helm repo add truecharts-library https://truecharts.org
|
helm repo add truecharts-library https://library-charts.truecharts.org
|
||||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||||
helm repo add metallb https://metallb.github.io/metallb
|
helm repo add metallb https://metallb.github.io/metallb
|
||||||
helm repo add grafana https://grafana.github.io/helm-charts
|
helm repo add grafana https://grafana.github.io/helm-charts
|
||||||
|
|||||||
@@ -492,10 +492,12 @@ copy_docs() {
|
|||||||
prep_helm() {
|
prep_helm() {
|
||||||
if [[ -z "$standalone" ]]; then
|
if [[ -z "$standalone" ]]; then
|
||||||
helm repo add truecharts https://truecharts.org
|
helm repo add truecharts https://truecharts.org
|
||||||
|
helm repo add truecharts-library https://library-charts.truecharts.org
|
||||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||||
helm repo add metallb https://metallb.github.io/metallb
|
helm repo add metallb https://metallb.github.io/metallb
|
||||||
helm repo add grafana https://grafana.github.io/helm-charts
|
helm repo add grafana https://grafana.github.io/helm-charts
|
||||||
helm repo add prometheus https://prometheus-community.github.io/helm-charts
|
helm repo add prometheus https://prometheus-community.github.io/helm-charts
|
||||||
|
helm repo add amd-gpu-helm https://radeonopencompute.github.io/k8s-device-plugin/
|
||||||
helm repo update
|
helm repo update
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user