2024-07-13 20:21:59 +00:00
|
|
|
bases:
|
|
|
|
- ../../common/environments.yaml
|
2024-09-11 21:19:35 +00:00
|
|
|
- ../../common/templates.yaml
|
2024-07-13 20:21:59 +00:00
|
|
|
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-09-11 21:19:35 +00:00
|
|
|
- name: crossplane-stable
|
2024-09-03 12:15:47 +00:00
|
|
|
url: https://charts.crossplane.io/stable
|
2024-09-03 16:01:56 +00:00
|
|
|
- name: goauthentik
|
|
|
|
url: https://charts.goauthentik.io/
|
2024-09-12 12:45:25 +00:00
|
|
|
- name: minio-standalone
|
|
|
|
url: https://charts.min.io/
|
2024-09-28 19:53:35 +00:00
|
|
|
- name: kyverno
|
|
|
|
url: https://kyverno.github.io/kyverno/
|
2024-07-13 20:21:59 +00:00
|
|
|
releases:
|
|
|
|
- name: argocd
|
|
|
|
chart: argo/argo-cd
|
|
|
|
namespace: platform
|
2024-09-03 12:15:47 +00:00
|
|
|
condition: workload.enabled
|
2024-09-04 18:35:21 +00:00
|
|
|
installed: false
|
2024-10-04 01:00:59 +00:00
|
|
|
version: 7.6.8
|
2024-07-13 20:21:59 +00:00
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
|
|
|
- template: default-env-secrets
|
|
|
|
- name: db-operator
|
|
|
|
namespace: platform
|
|
|
|
chart: db-operator/db-operator
|
2024-09-03 12:15:47 +00:00
|
|
|
condition: workload.enabled
|
2024-09-11 14:24:23 +00:00
|
|
|
version: 1.29.0
|
2024-07-13 20:21:59 +00:00
|
|
|
- name: db-instances
|
|
|
|
chart: db-operator/db-instances
|
|
|
|
namespace: platform
|
2024-09-03 12:15:47 +00:00
|
|
|
condition: workload.enabled
|
2024-07-13 20:21:59 +00:00
|
|
|
needs:
|
|
|
|
- platform/db-operator
|
|
|
|
version: 2.3.4
|
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
|
|
|
- template: default-env-secrets
|
|
|
|
- name: zot
|
|
|
|
chart: zot/zot
|
2024-10-04 01:01:06 +00:00
|
|
|
version: 0.1.62
|
2024-07-13 20:21:59 +00:00
|
|
|
createNamespace: false
|
2024-09-13 03:23:44 +00:00
|
|
|
installed: true
|
2024-07-13 20:21:59 +00:00
|
|
|
namespace: platform
|
2024-09-03 12:15:47 +00:00
|
|
|
condition: workload.enabled
|
2024-07-13 20:21:59 +00:00
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
|
|
|
- template: default-env-secrets
|
2024-09-03 12:15:47 +00:00
|
|
|
- name: crossplane
|
|
|
|
chart: crossplane-stable/crossplane
|
2024-09-12 12:45:25 +00:00
|
|
|
installed: false
|
2024-09-18 13:45:03 +00:00
|
|
|
version: 1.17.1
|
2024-09-03 12:15:47 +00:00
|
|
|
namespace: platform
|
|
|
|
condition: workload.enabled
|
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
2024-09-03 16:01:56 +00:00
|
|
|
- name: authentik
|
|
|
|
chart: goauthentik/authentik
|
2024-09-28 01:01:55 +00:00
|
|
|
version: 2024.8.3
|
2024-09-03 16:01:56 +00:00
|
|
|
namespace: platform
|
|
|
|
createNamespace: false
|
2024-10-11 18:00:57 +00:00
|
|
|
condition: workload.enabled
|
2024-09-28 19:53:35 +00:00
|
|
|
needs:
|
|
|
|
- platform/db-operator
|
2024-09-03 16:01:56 +00:00
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
|
|
|
- template: default-env-secrets
|
|
|
|
- template: ext-database
|
2024-09-12 12:45:25 +00:00
|
|
|
- name: minio
|
|
|
|
chart: minio-standalone/minio
|
|
|
|
version: 5.2.0
|
|
|
|
namespace: platform
|
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
|
|
|
- template: default-env-secrets
|
2024-09-28 19:53:35 +00:00
|
|
|
- name: kyverno
|
|
|
|
chart: kyverno/kyverno
|
|
|
|
namespace: kyverno
|
2024-10-11 18:00:57 +00:00
|
|
|
condition: workload.enabled
|
2024-09-28 19:53:35 +00:00
|
|
|
labels:
|
|
|
|
bootstrap: true
|
2024-09-29 01:01:22 +00:00
|
|
|
version: 3.2.7
|
2024-09-28 19:53:35 +00:00
|
|
|
- name: kyverno-policies
|
|
|
|
chart: kyverno/kyverno-policies
|
|
|
|
namespace: kyverno
|
2024-10-11 18:00:57 +00:00
|
|
|
condition: workload.enabled
|
2024-09-28 19:53:35 +00:00
|
|
|
labels:
|
|
|
|
bootstrap: true
|
2024-09-29 01:01:28 +00:00
|
|
|
version: 3.2.6
|
2024-09-28 19:53:35 +00:00
|
|
|
needs:
|
|
|
|
- kyverno/kyverno
|
|
|
|
- name: custom-kyverno-policies
|
|
|
|
chart: ../../kustomizations/kyverno/
|
|
|
|
namespace: kyverno
|
2024-10-11 18:00:57 +00:00
|
|
|
condition: workload.enabled
|
2024-09-28 19:53:35 +00:00
|
|
|
labels:
|
|
|
|
bootstrap: true
|
|
|
|
needs:
|
|
|
|
- kyverno/kyverno
|