Upgrade ArgoCD v3.2.6 → v3.3.2 with Server-Side Apply #272
4 changed files with 10 additions and 7 deletions
|
|
@ -17,3 +17,4 @@ spec:
|
|||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
1
docs/changelog.d/feature-argocd-v3.3.2.infra.md
Normal file
1
docs/changelog.d/feature-argocd-v3.3.2.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Upgrade ArgoCD from v3.2.6 to v3.3.2 with Server-Side Apply enabled
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue