diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml index d05ba16879f..ed38a7f1bf3 100644 --- a/.github/ct-install.yaml +++ b/.github/ct-install.yaml @@ -183,8 +183,6 @@ excluded-charts: - charts/stable/zalando-postgres-cluster - charts/stable/zigbee2mqtt chart-repos: - - truecharts=https://charts.truecharts.org - - truecharts-library=https://library-charts.truecharts.org - truecharts-deps=https://deps.truecharts.org - jetstack=https://charts.jetstack.io - vmwaretanzu=https://vmware-tanzu.github.io/helm-charts diff --git a/.github/ct-lint.yaml b/.github/ct-lint.yaml index 4f1241c173f..9559ba1b8cb 100644 --- a/.github/ct-lint.yaml +++ b/.github/ct-lint.yaml @@ -11,8 +11,6 @@ chart-dirs: - charts/operators excluded-charts: [] chart-repos: - - truecharts=https://charts.truecharts.org - - truecharts-library=https://library-charts.truecharts.org - truecharts-deps=https://deps.truecharts.org - jetstack=https://charts.jetstack.io - vmwaretanzu=https://vmware-tanzu.github.io/helm-charts diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index aba587520ad..1c883efd6e7 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -54,9 +54,7 @@ jobs: - name: Prep Helm run: | - helm repo add truecharts https://charts.truecharts.org helm repo add truecharts-deps https://deps.truecharts.org - helm repo add truecharts-library https://library-charts.truecharts.org helm repo add jetstack https://charts.jetstack.io helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts helm repo add cnpg https://cloudnative-pg.github.io/charts diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 35429db09c8..0b0775eb7ff 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -70,8 +70,6 @@ jobs: - name: Prep Helm run: | - helm repo add truecharts https://charts.truecharts.org - helm repo add truecharts-library https://library-charts.truecharts.org helm repo add truecharts-deps https://deps.truecharts.org helm repo add jetstack https://charts.jetstack.io helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index 64399735d2f..d38c378b716 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -146,9 +146,7 @@ jobs: - name: Prep Helm run: | - helm repo add truecharts https://charts.truecharts.org helm repo add truecharts-deps https://deps.truecharts.org - helm repo add truecharts-library https://library-charts.truecharts.org helm repo add jetstack https://charts.jetstack.io helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts helm repo add cnpg https://cloudnative-pg.github.io/charts @@ -224,9 +222,7 @@ jobs: - name: Prep Helm run: | - helm repo add truecharts https://charts.truecharts.org helm repo add truecharts-deps https://deps.truecharts.org - helm repo add truecharts-library https://library-charts.truecharts.org helm repo add jetstack https://charts.jetstack.io helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts helm repo add cnpg https://cloudnative-pg.github.io/charts @@ -302,9 +298,7 @@ jobs: - name: Prep Helm run: | - helm repo add truecharts https://charts.truecharts.org helm repo add truecharts-deps https://deps.truecharts.org - helm repo add truecharts-library https://library-charts.truecharts.org helm repo add jetstack https://charts.jetstack.io helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts helm repo add cnpg https://cloudnative-pg.github.io/charts @@ -380,9 +374,7 @@ jobs: - name: Prep Helm run: | - helm repo add truecharts https://charts.truecharts.org helm repo add truecharts-deps https://deps.truecharts.org - helm repo add truecharts-library https://library-charts.truecharts.org helm repo add jetstack https://charts.jetstack.io helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts helm repo add cnpg https://cloudnative-pg.github.io/charts @@ -458,9 +450,7 @@ jobs: - name: Prep Helm run: | - helm repo add truecharts https://charts.truecharts.org helm repo add truecharts-deps https://deps.truecharts.org - helm repo add truecharts-library https://library-charts.truecharts.org helm repo add jetstack https://charts.jetstack.io helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts helm repo add cnpg https://cloudnative-pg.github.io/charts @@ -536,9 +526,7 @@ jobs: - name: Prep Helm run: | - helm repo add truecharts https://charts.truecharts.org helm repo add truecharts-deps https://deps.truecharts.org - helm repo add truecharts-library https://library-charts.truecharts.org helm repo add jetstack https://charts.jetstack.io helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts helm repo add cnpg https://cloudnative-pg.github.io/charts