mrtz
|
cc8a121bf6
|
chore: Bump velero to bitnami free version
|
2026-03-16 10:32:54 +01:00 |
|
mrtz
|
7034d20e39
|
fix(velero): Working version of kubectl
|
2026-01-12 10:16:32 +01:00 |
|
mrtz
|
dbdfcb4f21
|
fix(velero): Bump plugin and remove legacy kubectl
|
2026-01-12 10:02:02 +01:00 |
|
mrtz
|
a15d2901d0
|
fix: Switch to legacy velero kubectl image
|
2025-10-10 16:45:01 +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
|
65d65ea126
|
chore: Cleanup old nix code and add helmfile experiments
|
2025-06-02 20:09:42 +02:00 |
|