Upgrade ArgoCD v3.2.6 → v3.3.2 with Server-Side Apply #272

Merged
eblume merged 1 commit from feature/argocd-v3.3.2 into main 2026-02-26 06:51:51 -08:00
4 changed files with 10 additions and 7 deletions

View file

@ -17,3 +17,4 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true

View file

@ -5,7 +5,7 @@ namespace: argocd
resources:
# Pin to specific version for intentional upgrades
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.6/manifests/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.2/manifests/install.yaml
- ingress-tailscale.yaml
- external-secret-repo-forge.yaml

View file

@ -0,0 +1 @@
Upgrade ArgoCD from v3.2.6 to v3.3.2 with Server-Side Apply enabled

View file

@ -110,16 +110,17 @@ services:
- name: 1password-connect
type: argocd
last-reviewed: null
current-version: null
upstream-source: https://github.com/1Password/connect/releases
notes: Deployed via Helm chart
last-reviewed: 2026-02-26
current-version: "1.8.1"
upstream-source: https://hub.docker.com/r/1password/connect-api/tags
notes: Deployed via Helm chart (chart v2.3.0)
- name: argocd
type: argocd
last-reviewed: null
current-version: null
last-reviewed: 2026-02-26
current-version: "v3.3.2"
upstream-source: https://github.com/argoproj/argo-cd/releases
notes: Kustomize-based install with ServerSideApply
- name: blumeops-pg
type: argocd