Migrate Immich from Helm chart to kustomize manifests (v2.5.6 → v2.6.3)
Replace the Helm chart deployment with plain kustomize manifests following the Authentik pattern (separate deployments per component). Consolidate the immich-storage ArgoCD app into the main immich app. Add no-helm-policy doc establishing kustomize as the standard deployment mechanism. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
464e3222d2
commit
64200a55c5
19 changed files with 340 additions and 162 deletions
|
|
@ -169,7 +169,7 @@ def main(
|
|||
if svc_type == "argocd":
|
||||
checklist_parts += [
|
||||
"\n[bold]ArgoCD Deployment:[/bold]\n",
|
||||
"• Update image tag or Helm chart version in argocd/manifests/\n",
|
||||
"• Update image tag in argocd/manifests/<service>/kustomization.yaml\n",
|
||||
f"• Verify sync status: argocd app get {top_svc['name']}\n",
|
||||
]
|
||||
elif svc_type == "ansible":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue