Charts based on FrontMark and new web sites...
Find a file
2026-07-08 22:58:44 +02:00
templates refactor: paths 2026-07-08 22:58:44 +02:00
.gitignore first commit 2026-07-07 20:07:56 +02:00
.sops.yaml refactor: harmonize chart completly 2026-07-07 22:03:11 +02:00
Chart.yaml refactor: paths 2026-07-08 22:58:44 +02:00
ia64.values.yaml refactor: paths 2026-07-08 22:58:44 +02:00
oldcos2000.values.yaml refactor: paths 2026-07-08 22:58:44 +02:00
README.md refactor: harmonize chart completly 2026-07-07 22:03:11 +02:00
sigmax.values.yaml refactor: paths 2026-07-08 22:58:44 +02:00
values.yaml refactor: paths 2026-07-08 22:58:44 +02:00

Centralized site chart

This repository uses one Helm chart in site/ and one SOPS-encrypted values file per site.

Render a site with decrypted values:

helm template sigmax ./site -f <(sops -d sigmax.values.yaml)
helm template oldcos2000 ./site -f <(sops -d oldcos2000.values.yaml)
helm template ia64 ./site -f <(sops -d ia64.values.yaml)

Install or upgrade follows the same pattern:

helm upgrade --install sigmax ./site -f <(sops -d sigmax.values.yaml)

Edit encrypted values with:

sops sigmax.values.yaml