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
This commit is contained in:
Yusuke Kuoka 2021-05-08 17:33:24 +09:00 committed by GitHub
parent ded0f1049a
commit 44fb68b7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -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:

View File

@ -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