Commit Graph

122 Commits

Author SHA1 Message Date
juselius 747b54b1ec fix: fix atlantis release name 2025-06-21 19:22:16 +02:00
juselius ea83fa5e7e feat: socerer helmfile setup 2025-06-21 18:24:46 +02:00
juselius f4bde45836 fix: fix small error in system helmfile 2025-06-21 18:13:23 +02:00
juselius 32a75ffc56 fix: simplify helmfile manifest charts a bit 2025-06-21 18:00:19 +02:00
juselius c3c7e8c917 feat: atlantis helmfile setup 2025-06-21 17:49:15 +02:00
juselius 301f7f0c75 fix: deploy dapr as normal helm chart to invoke post hooks 2025-06-21 08:10:17 +02:00
juselius 3ca8363040 feat: add dapr helmfile et al. 2025-06-20 19:57:38 +02:00
juselius fc30cf1983 feat: add grafana pdc agent 2025-06-20 12:53:11 +02:00
juselius 33360777c9 feat: add system app for cluster level resources 2025-06-19 15:31:39 +02:00
mrtz 91dc9d3760 fix: Add env.values to helmfiles 2025-06-19 15:10:48 +02:00
mrtz 15a55e1190 refactor(plume): Rename values -> env 2025-06-19 14:33:25 +02:00
juselius 75a8765e05 Merge branch 'main' of gitlab.com:oceanbox/manifests 2025-06-19 14:28:35 +02:00
juselius f5bd86dffb refactor: rename helmfile values to env 2025-06-19 14:25:11 +02:00
mrtz 07d1f51dab feat: Add Plume Staging Chart 2025-06-19 14:07:34 +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
Moritz Jörg 65d65ea126 chore: Cleanup old nix code and add helmfile experiments 2025-06-02 20:09:42 +02:00
juselius 8ee21a4946 wip: fix atlantis helmfiles et al. 2025-05-17 09:54:16 +02:00
juselius ee09bf74ac wip: atlantis local chart and muliple envs 2025-05-17 09:19:52 +02:00
juselius 223149ecdd wip: more or less working argo and cilium helmfile setup 2025-05-16 15:30:01 +02:00
juselius ddc95aad80 wip: use separate toplevel helmfile.d and values/ 2025-05-16 10:46:38 +02:00