Pin ArgoCD to v3.2.6 #44
1 changed files with 2 additions and 1 deletions
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>
commit
53f9a5953a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue