Pin ArgoCD to v3.2.6 #44

Merged
eblume merged 2 commits from feature/pin-argocd-v3.2.6 into main 2026-01-22 16:38:28 -08:00
Showing only changes of commit 53f9a5953a - Show all commits

Pin ArgoCD to v3.2.6 for intentional upgrades

Change from `stable` branch (which tracks latest) to explicit version tag.
This gives control over when ArgoCD upgrades happen.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Erich Blume 2026-01-22 16:24:28 -08:00

View file

@ -4,7 +4,8 @@ kind: Kustomization
namespace: argocd
resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
# Pin to specific version for intentional upgrades
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.6/manifests/install.yaml
- service-tailscale.yaml
patches: