2024-07-13 22:21:59 +02:00
|
|
|
bases:
|
|
|
|
- ../../common/environments.yaml
|
2024-09-11 23:19:35 +02:00
|
|
|
- ../../common/templates.yaml
|
2024-10-30 21:03:58 +01:00
|
|
|
|
2024-07-13 22:21:59 +02: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 21:12:53 +02:00
|
|
|
- name: bedag
|
|
|
|
url: https://bedag.github.io/helm-charts/
|
2024-09-11 23:19:35 +02:00
|
|
|
- name: crossplane-stable
|
2024-09-03 14:15:47 +02:00
|
|
|
url: https://charts.crossplane.io/stable
|
2024-09-03 18:01:56 +02:00
|
|
|
- name: goauthentik
|
|
|
|
url: https://charts.goauthentik.io/
|
2024-09-12 14:45:25 +02:00
|
|
|
- name: minio-standalone
|
|
|
|
url: https://charts.min.io/
|
2024-09-28 21:53:35 +02:00
|
|
|
- name: kyverno
|
|
|
|
url: https://kyverno.github.io/kyverno/
|
2024-10-16 10:59:38 +02:00
|
|
|
- name: external-dns
|
|
|
|
url: https://kubernetes-sigs.github.io/external-dns/
|
2024-11-18 13:55:54 +01:00
|
|
|
- name: keel
|
|
|
|
url: https://keel-hq.github.io/keel/
|
2025-02-09 11:41:37 +01:00
|
|
|
- name: uptime-kuma
|
|
|
|
url: https://helm.irsigler.cloud
|
2024-10-30 21:03:58 +01:00
|
|
|
|
2024-07-13 22:21:59 +02:00
|
|
|
releases:
|
|
|
|
- name: db-operator
|
|
|
|
namespace: platform
|
|
|
|
chart: db-operator/db-operator
|
2025-02-25 01:01:41 +00:00
|
|
|
version: 1.34.0
|
2024-10-30 21:03:58 +01:00
|
|
|
|
2024-07-13 22:21:59 +02:00
|
|
|
- name: db-instances
|
|
|
|
chart: db-operator/db-instances
|
|
|
|
namespace: platform
|
|
|
|
needs:
|
|
|
|
- platform/db-operator
|
2024-10-29 01:01:21 +00:00
|
|
|
version: 2.4.0
|
2024-07-13 22:21:59 +02:00
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
|
|
|
- template: default-env-secrets
|
2024-10-30 21:03:58 +01:00
|
|
|
|
2024-07-13 22:21:59 +02:00
|
|
|
- name: zot
|
|
|
|
chart: zot/zot
|
2025-02-08 22:36:48 +00:00
|
|
|
version: 0.1.66
|
2024-07-13 22:21:59 +02:00
|
|
|
createNamespace: false
|
2024-09-13 05:23:44 +02:00
|
|
|
installed: true
|
2024-07-13 22:21:59 +02:00
|
|
|
namespace: platform
|
2024-09-03 14:15:47 +02:00
|
|
|
condition: workload.enabled
|
2024-07-13 22:21:59 +02:00
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
|
|
|
- template: default-env-secrets
|
2024-10-30 21:03:58 +01:00
|
|
|
|
2024-09-03 18:01:56 +02:00
|
|
|
- name: authentik
|
|
|
|
chart: goauthentik/authentik
|
2025-03-01 19:18:39 +00:00
|
|
|
version: 2025.2.1
|
2024-09-03 18:01:56 +02:00
|
|
|
namespace: platform
|
|
|
|
createNamespace: false
|
2024-10-11 20:00:57 +02:00
|
|
|
condition: workload.enabled
|
2024-09-28 21:53:35 +02:00
|
|
|
needs:
|
|
|
|
- platform/db-operator
|
2024-09-03 18:01:56 +02:00
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
|
|
|
- template: default-env-secrets
|
|
|
|
- template: ext-database
|
2024-10-30 21:03:58 +01:00
|
|
|
|
2024-09-12 14:45:25 +02:00
|
|
|
- name: minio
|
|
|
|
chart: minio-standalone/minio
|
2025-01-04 01:01:22 +00:00
|
|
|
version: 5.4.0
|
2024-09-12 14:45:25 +02:00
|
|
|
namespace: platform
|
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
|
|
|
- template: default-env-secrets
|
2024-10-30 21:03:58 +01:00
|
|
|
|
2024-09-28 21:53:35 +02:00
|
|
|
- name: kyverno
|
|
|
|
chart: kyverno/kyverno
|
|
|
|
namespace: kyverno
|
|
|
|
labels:
|
|
|
|
bootstrap: true
|
2025-02-18 01:01:15 +00:00
|
|
|
version: 3.3.7
|
2024-10-30 21:03:58 +01:00
|
|
|
|
2024-09-28 21:53:35 +02:00
|
|
|
- name: kyverno-policies
|
|
|
|
chart: kyverno/kyverno-policies
|
|
|
|
namespace: kyverno
|
|
|
|
labels:
|
|
|
|
bootstrap: true
|
2025-02-08 22:36:42 +00:00
|
|
|
version: 3.3.4
|
2024-09-28 21:53:35 +02:00
|
|
|
needs:
|
|
|
|
- kyverno/kyverno
|
2024-10-30 21:03:58 +01:00
|
|
|
|
2024-09-28 21:53:35 +02:00
|
|
|
- name: custom-kyverno-policies
|
2025-02-11 15:39:19 +01:00
|
|
|
chart: "../../kustomizations/kyverno/{{ .Environment.Name }}"
|
2024-09-28 21:53:35 +02:00
|
|
|
namespace: kyverno
|
|
|
|
labels:
|
|
|
|
bootstrap: true
|
|
|
|
needs:
|
|
|
|
- kyverno/kyverno
|
2024-10-30 21:03:58 +01:00
|
|
|
|
2024-10-16 10:59:38 +02:00
|
|
|
- name: external-dns
|
|
|
|
chart: external-dns/external-dns
|
2025-02-17 22:47:33 +01:00
|
|
|
version: 1.15.2
|
2024-10-16 10:59:38 +02:00
|
|
|
namespace: platform
|
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|
|
|
|
- template: default-env-secrets
|
2024-11-18 13:55:54 +01:00
|
|
|
|
|
|
|
- name: keel
|
|
|
|
chart: keel/keel
|
2024-12-25 01:01:31 +00:00
|
|
|
version: v1.0.5
|
2024-11-18 13:55:54 +01:00
|
|
|
namespace: platform
|
2025-02-09 11:41:37 +01:00
|
|
|
|
|
|
|
- name: uptime-kuma
|
|
|
|
chart: uptime-kuma/uptime-kuma
|
|
|
|
version: 2.21.2
|
|
|
|
namespace: platform
|
|
|
|
inherit:
|
|
|
|
- template: default-env-values
|