mrtz
|
e7694b73d0
|
Merge branch 'renovate/argo-cd-7.x' into 'main'
Update Helm release argo-cd to v7.9.1
See merge request oceanbox/manifests!27
|
2025-10-25 22:46:20 +02:00 |
|
Renovate Bot
|
1e36e396d7
|
Update Helm release argo-workflows to v0.45.27
|
2025-10-15 16:33:01 +00:00 |
|
Renovate Bot
|
07969c75ba
|
Update Helm release argo-rollouts to v2.40.5
|
2025-10-12 16:51:09 +00:00 |
|
Renovate Bot
|
22efab1e74
|
Update Helm release argo-rollouts to v2.40.4
|
2025-09-25 10:11:26 +00:00 |
|
mrtz
|
0360bd546d
|
Merge branch 'renovate/argocd-apps-0.x' into 'main'
Update Helm release argocd-apps to v0.0.9
See merge request oceanbox/manifests!20
|
2025-09-24 07:43:31 +02:00 |
|
Renovate Bot
|
288e5f324b
|
Update Helm release argo-cd to v7.9.1
|
2025-09-24 05:28:21 +00:00 |
|
Renovate Bot
|
73cac7c0c4
|
Update Helm release argocd-apps to v0.0.9
|
2025-09-24 05:28:06 +00:00 |
|
Renovate Bot
|
2b224e79b4
|
Update Helm release argo-workflows to v0.45.26
|
2025-09-24 05:28:04 +00:00 |
|
mrtz
|
01ee7e8cc1
|
chore: Bump argo workflows to latest
|
2025-08-12 15:52:49 +02: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 |
|
juselius
|
ddc95aad80
|
wip: use separate toplevel helmfile.d and values/
|
2025-05-16 10:46:38 +02:00 |
|