48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
{{ readFile "../../common/templates.yaml" }}
|
|
|
|
bases:
|
|
- ../../common/environments.yaml
|
|
|
|
repositories:
|
|
- name: argo
|
|
url: https://argoproj.github.io/argo-helm
|
|
- name: db-operator
|
|
url: https://db-operator.github.io/charts
|
|
- name: zot
|
|
url: https://zotregistry.dev/helm-charts/
|
|
- name: bedag
|
|
url: https://bedag.github.io/helm-charts/
|
|
|
|
releases:
|
|
- name: argocd
|
|
chart: argo/argo-cd
|
|
namespace: platform
|
|
version: 7.3.6
|
|
inherit:
|
|
- template: default-env-values
|
|
- template: default-env-secrets
|
|
|
|
- name: db-operator
|
|
namespace: platform
|
|
chart: db-operator/db-operator
|
|
version: 1.27.2
|
|
|
|
- name: db-instances
|
|
chart: db-operator/db-instances
|
|
namespace: platform
|
|
needs:
|
|
- platform/db-operator
|
|
version: 2.3.4
|
|
inherit:
|
|
- template: default-env-values
|
|
- template: default-env-secrets
|
|
|
|
- name: zot
|
|
chart: zot/zot
|
|
version: 0.1.57
|
|
createNamespace: false
|
|
namespace: platform
|
|
inherit:
|
|
- template: default-env-values
|
|
- template: default-env-secrets
|