From 44fb68b7e0e4f15aa3ddddafa779c873215bc210 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sat, 8 May 2021 17:33:24 +0900 Subject: [PATCH] Use the incubator chart repo instead of chartcenter (#1833) As ChartCenter has been shut down. Ref https://github.com/roboll/helmfile/pull/1829#issuecomment-833330609 --- test/integration/happypath.yaml | 8 ++++---- test/integration/secretssops.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/integration/happypath.yaml b/test/integration/happypath.yaml index dd5e3a86..1050ce80 100644 --- a/test/integration/happypath.yaml +++ b/test/integration/happypath.yaml @@ -4,8 +4,8 @@ environments: - environment.values.yaml --- repositories: - - name: center - url: https://repo.chartcenter.io + - name: incubator + url: https://charts.helm.sh/incubator helmDefaults: kubeContext: minikube @@ -27,7 +27,7 @@ releases: - "{{`{{.HelmfileCommand}}`}}" - name: raw - chart: center/incubator/raw + chart: incubator/raw version: 0.2.3 values: - mysecret: {{ .Environment.Values.mysecret }} @@ -48,7 +48,7 @@ releases: foo: bar - name: raw2 - chart: center/incubator/raw + chart: incubator/raw version: 0.2.3 condition: raw2.enabled values: diff --git a/test/integration/secretssops.yaml b/test/integration/secretssops.yaml index b778be7e..d52bcbdb 100644 --- a/test/integration/secretssops.yaml +++ b/test/integration/secretssops.yaml @@ -13,8 +13,8 @@ environments: - tmp/env-1.secrets.sops.yaml --- repositories: - - name: center - url: https://repo.chartcenter.io + - name: incubator + url: https://charts.helm.sh/incubator helmDefaults: kubeContext: minikube @@ -22,7 +22,7 @@ helmDefaults: releases: - name: raw - chart: center/incubator/raw + chart: incubator/raw version: 0.2.3 secrets: - secrets.yaml