Commit Graph
20 Commits
Author SHA1 Message Date
kosmosandvhaudiquet 5bf07a2fff chore(renovate): add SOPS round-trip postUpgradeTasks + self-hosted runner
Address review feedback on SOPS handling for encrypted values.yaml.

- renovate.json: Renovate has NO preUpgradeTasks option (verified against
  the renovate-schema). Decrypt must therefore happen inside postUpgradeTasks
  (which run after the tag bump, before the commit): decrypt the values.yaml,
  then re-encrypt. Encrypting an already-encrypted file would double-encrypt
  the existing ENC secret values. Only **/values.yaml is re-encrypted; the
  docker-compose and Chart.yaml files are not SOPS-encrypted here.
- kubernetes/code/renovate: self-hosted Renovate runner as a Flux CronJob
  running the renovatebot/renovate image, with sops allowed as a
  postUpgradeTask command and the SOPS PGP key loaded to re-encrypt
  values.yaml. Secrets come from SOPS-encrypted dotenv/env file sources.
- Wire code/renovate into the root kubernetes kustomization.
2026-08-26 19:58:55 +02:00
vhaudiquet 88146579c0 refactor: consolidate kubernetes categories 2026-08-09 19:58:18 +02:00
vhaudiquet 2200877166 gitea,authentik,notesnook,home-assistant: tolerate failover
renamed "home-assistant" folder
2026-07-25 14:44:32 +02:00
vhaudiquet 102d1a1a68 gitea: remove stale "redis" reference, update to "valkey" 2026-06-27 12:20:07 +02:00
vhaudiquet 2eb4568682 gitea: add resource limits 2026-06-27 12:09:03 +02:00
vhaudiquet 0c37889831 fix(gitea): increase postgresql liveness probe tolerance for slow NFS I/O 2026-06-05 22:21:52 +02:00
vhaudiquet 94814a2e4a gitea: update git path to fast_app_data 2026-06-05 22:03:48 +02:00
vhaudiquet 3ac26e7a9d gitea: pin chart version 2026-05-28 17:36:10 +02:00
vhaudiquet 3c6357014e build(deps): bump gitea/gitea from 1.25.5 to 1.26.2 2026-05-28 17:35:49 +02:00
vhaudiquet 5811ff0ee9 gitea: update to 1.25.5 2026-04-05 13:32:41 +02:00
vhaudiquet 70d97d23ac gitea: update to 1.25.3 2026-01-03 11:30:20 +01:00
vhaudiquet 47b08eb4a0 kubernetes: fix values for newer machine 2025-12-05 20:41:43 +01:00
vhaudiquet f3d5a7cff3 Updated values to change cluster domain to .lan
Commited previous changes on docker stack: gitea actions, dependabot
2025-09-15 23:52:33 +02:00
vhaudiquet 48f9947bb8 Fixup commits:
- Changed domain from .local to .lan
- Added ha-linky, auto dependabot updates
2025-08-27 12:07:49 +02:00
vhaudiquet c7ea9d8bc3 gitea: fixed image tag 2025-08-01 15:28:21 +02:00
vhaudiquet ebb399229e gitea: removed old actions values 2025-08-01 15:27:30 +02:00
vhaudiquet 580e627d45 gitea: use explicit image tag 2025-08-01 15:22:45 +02:00
vhaudiquet 27e9a7a0aa Gitea actions-related values added back
cf. https://gitea.com/gitea/helm-actions/issues/9, until chart is stable
2025-04-28 17:45:55 +02:00
vhaudiquet 3e92588025 Removed Gitea actions values from the Gitea chart 2025-04-14 18:22:48 +02:00
vhaudiquet da7781035d Initial commit 2025-03-22 14:29:48 +01:00