86 lines
2.2 KiB
YAML
86 lines
2.2 KiB
YAML
bases:
|
|
- ../../common/environments.yaml
|
|
- ../../common/templates.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/
|
|
- name: crossplane-stable
|
|
url: https://charts.crossplane.io/stable
|
|
- name: goauthentik
|
|
url: https://charts.goauthentik.io/
|
|
- name: minio-standalone
|
|
url: https://charts.min.io/
|
|
releases:
|
|
- name: argocd
|
|
chart: argo/argo-cd
|
|
namespace: platform
|
|
condition: workload.enabled
|
|
installed: false
|
|
version: 7.5.2
|
|
inherit:
|
|
- template: default-env-values
|
|
- template: default-env-secrets
|
|
- name: db-operator
|
|
namespace: platform
|
|
chart: db-operator/db-operator
|
|
condition: workload.enabled
|
|
version: 1.29.0
|
|
- name: db-instances
|
|
chart: db-operator/db-instances
|
|
namespace: platform
|
|
condition: workload.enabled
|
|
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.61
|
|
createNamespace: false
|
|
installed: true
|
|
namespace: platform
|
|
condition: workload.enabled
|
|
inherit:
|
|
- template: default-env-values
|
|
- template: default-env-secrets
|
|
- name: minio
|
|
chart: minio-standalone/minio
|
|
version: 5.2.0
|
|
namespace: platform
|
|
condition: backups.enabled
|
|
inherit:
|
|
- template: default-env-values
|
|
- template: default-env-secrets
|
|
- name: crossplane
|
|
chart: crossplane-stable/crossplane
|
|
installed: false
|
|
version: 1.17.1
|
|
namespace: platform
|
|
condition: workload.enabled
|
|
inherit:
|
|
- template: default-env-values
|
|
- name: authentik
|
|
chart: goauthentik/authentik
|
|
version: 2024.8.2
|
|
namespace: platform
|
|
createNamespace: false
|
|
inherit:
|
|
- template: default-env-values
|
|
- template: default-env-secrets
|
|
- template: ext-database
|
|
- name: minio
|
|
chart: minio-standalone/minio
|
|
version: 5.2.0
|
|
namespace: platform
|
|
inherit:
|
|
- template: default-env-values
|
|
- template: default-env-secrets
|