17 Commits

Author SHA1 Message Date
mrtz aaf8f07a3a chore(cilium): Bump hel1 to 1.19.1 2026-03-04 15:34:05 +01:00
mrtz 2fccd6e206 feat(cilium): Deploy on Ekman 2026-03-03 14:25:29 +01:00
mrtz 7e5836383c fix(cilium): Bump patch and set upgradeComp 2026-02-09 16:23:16 +01:00
mrtz 09d5ff9ab0 fix(cilium): Bump version 2026-02-09 16:09:31 +01:00
mrtz 36ed342f53 fix(cilium): Without v? 2026-02-09 16:08:36 +01:00
mrtz 3e811e03aa fix: Back to without cilium 2026-02-09 16:05:06 +01:00
mrtz 9233a5307e fix(cilium): Add cilium 2026-02-09 16:03:44 +01:00
mrtz 655679794a fix(cilium): Oci requires v 2026-02-09 16:02:32 +01:00
mrtz d802941faa fix(cilium): Switch to oci chart
Why OCI Registries?

Storing Helm charts in OCI registries alongside container images offers several advantages:

- Signed charts — All charts are signed with cosign for verification
- Simpler setup — No repository configuration needed
- Digest pinning — Reference exact chart versions by SHA for reproducibility
- Unified tooling — Use the same registry infrastructure for images and charts
2026-02-09 16:00:26 +01:00
mrtz cb8b035fe0 fix(cilium): Version based on cluster 2026-02-09 15:19:11 +01:00
juselius 32a75ffc56 fix: simplify helmfile manifest charts a bit 2025-06-21 18:00:19 +02:00
mrtz 91dc9d3760 fix: Add env.values to helmfiles 2025-06-19 15:10:48 +02:00
juselius f5bd86dffb refactor: rename helmfile values to env 2025-06-19 14:25:11 +02:00
mrtz 9249f0eb18 wip: Match chart to k8s state 2025-06-10 17:00:17 +02:00
mrtz 1bb720840d feat: Migrate sys applications to helmfile
Move most of helmfiles into temp to test only velero.

File structure:

```bash
/
├── helmfile.d/                                                 # Helmfiles, *.yaml.gotmpl
├── charts/                                                     # Our own charts, e.g `Atlantis`
├── values                                                      # Values for helmfiles
│   ├── <chart>
│   │   ├── values.yaml.gotmpl                                  # Values to be templated in `values/`
│   │   ├── kustomize                                           # Kustomizations per environment
│   │   ├── manifests                                           # Raw manifests
│   │   │   ├── <chart>.yaml                                    # Argo App for bootstrap
│   │   │   ├── dashboards                                      # Grafana dashboards
│   │   │   │   └── <chart>-metrics.yaml
│   │   │   └── policies                                        # Cilium and Kyverno policies
│   │   │       ├── CiliumNetworkPolicy-allow-api-server.yaml
│   │   │       └── KyvernoPolicy-regred-secret.yaml
│   │   └── values                                              # Values for each environment
│   │       ├── <chart>-staging.yaml.gotmpl                     # Values for staging environment
│   │       ├── <chart>-prod.yaml.gotmpl                        # Values for prod environment
│   │       └── <chart>.yaml.gotmpl                             # Standard values for all environments
│   │
│   ├── values.yaml                                             # Standard values for all cluster
│   ├── values-oceanbox.yaml                                    # Values overrides for oceanbox
│   ├── values-ekman.yaml                                       # Values overrides for ekman
```
2025-06-05 13:49:00 +02:00
Moritz Jörg a0a0f8586d wip: helmfileify 2025-06-03 15:56:35 +02:00
juselius 223149ecdd wip: more or less working argo and cilium helmfile setup 2025-05-16 15:30:01 +02:00