From c03596d10c5a578b1a0917b07a5ce76e339a4730 Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 15:12:01 +0000 Subject: [PATCH] feat(github-release): update argoproj/argo-cd to v3.2.1 --- .scripts/setup-crd.sh | 2 +- argocd/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scripts/setup-crd.sh b/.scripts/setup-crd.sh index 27c706bbf..9e143df78 100755 --- a/.scripts/setup-crd.sh +++ b/.scripts/setup-crd.sh @@ -8,7 +8,7 @@ wget https://raw.githubusercontent.com/yannh/kubeconform/v0.7.0/scripts/openapi2 export FILENAME_FORMAT='{fullgroup}-{kind}-{version}' # renovate:github-url -python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.12/manifests/install.yaml +python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.1/manifests/install.yaml # renovate:github-url python3 openapi2jsonschema.py https://github.com/argoproj/argo-rollouts/releases/download/v1.8.3/install.yaml diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 61aab3dc9..131f11ba3 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -1,6 +1,6 @@ resources: # renovate:github-url - - https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.12/manifests/install.yaml + - https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.1/manifests/install.yaml - appset-certificate.yaml - appset-ingress-route.yaml - certificate.yaml