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>
This commit is contained in:
parent
86aeb60ec9
commit
34925cb94b
79 changed files with 956 additions and 905 deletions
|
|
@ -0,0 +1 @@
|
|||
Move image tags to kustomize `images:` transformer across 22 services and replace hand-written ConfigMaps with `configMapGenerator:` in 12 services, enabling content-hash-based automatic rollouts on config changes.
|
||||
Loading…
Add table
Add a link
Reference in a new issue