Add kustomize images: and configMapGenerator: across services #264

Merged
eblume merged 1 commit from feature/kustomize-images-configmapgen into main 2026-02-24 14:25:20 -08:00

1 commit

Author SHA1 Message Date
34925cb94b Add kustomize images: transformer and configMapGenerator across services
Move hardcoded image tags to kustomization.yaml images: sections (22
services) and replace hand-written ConfigMap manifests with
configMapGenerator (12 services). Image tags are now centralized in
kustomization.yaml, and generated ConfigMaps include content hashes
that trigger automatic pod rollouts on config changes.

New kustomization.yaml files for forgejo-runner and nvidia-device-plugin
switch ArgoCD from directory mode to kustomize mode.

Skipped: argocd (remote upstream), databases, external-secrets,
grafana-config (cross-kustomization dashboards), immich (Helm),
authentik blueprints (special YAML tags).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 14:23:45 -08:00