2024-07-13 20:21:59 +00:00
|
|
|
{{ 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/
|
2024-07-15 19:12:53 +00:00
|
|
|
- name: bedag
|
|
|
|
url: https://bedag.github.io/helm-charts/
|
2024-07-29 08:13:56 +00:00
|
|
|
- name: percona
|
|
|
|
url: https://percona.github.io/percona-helm-charts/
|
2024-07-13 20:21:59 +00:00
|
|
|
|
|
|
|
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
|
2024-07-29 08:13:56 +00:00
|
|
|
|
|
|
|
- name: pg-operator
|
|
|
|
chart: percona/pg-operator
|
|
|
|
installed: false
|
|
|
|
version: 2.4.0
|
|
|
|
createNamespace: false
|
|
|
|
namespace: platform
|