2026-03-13 16:05:15 +01:00
2026-03-13 16:05:15 +01:00
2026-02-12 11:00:44 +01:00
2026-03-13 16:05:15 +01:00
2026-02-17 15:39:40 +01:00
2026-02-17 15:39:40 +01:00
2025-12-29 13:23:04 +01:00
2026-03-13 16:05:15 +01:00
2026-02-17 15:39:40 +01:00
2025-10-29 13:01:47 +01:00
2026-02-09 13:34:42 +01:00

Manifests

Note

For CI/CD to push updates to this repo add your repo here

Manifest repo managed using Helmfile.

Repository structure:

/
├── helmfile.d/                                                 # Helmfiles, *.yaml.gotmpl
├── charts/                                                     # Our own charts, e.g `Atlantis`
├── values                                                      # Values for helmfiles
│   ├── <chart>
│   │   ├── env.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
│   │
│   ├── env.yaml                                             # Standard values for all cluster
│   ├── env-oceanbox.yaml                                    # Values overrides for oceanbox
│   ├── env-ekman.yaml                                       # Values overrides for ekman
S
Description
Manifest repo managed using Helmfile.
Readme 8.9 MiB
Languages
Go Template 89.2%
Nix 5.8%
Shell 4.1%
CSS 0.5%
Dockerfile 0.2%
Other 0.2%