From 22e9a0a0972ceb659f17c66b9b9dbe9794c57052 Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:09:47 +0000 Subject: [PATCH] fix(github-release): update argoproj/argo-cd to v2.13.3 --- argocd/kustomization.yaml | 2 +- setup-crd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 0d12d2ef..4ba4b3a3 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -1,6 +1,6 @@ resources: # renovate:github-url - - https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/manifests/install.yaml + - https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml - appset-certificate.yaml - appset-ingress-route.yaml - certificate.yaml diff --git a/setup-crd.sh b/setup-crd.sh index cc392efc..4e6b7644 100755 --- a/setup-crd.sh +++ b/setup-crd.sh @@ -8,7 +8,7 @@ wget https://raw.githubusercontent.com/yannh/kubeconform/v0.6.7/scripts/openapi2 export FILENAME_FORMAT='{fullgroup}-{kind}-{version}' # renovate:github-url -python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/manifests/install.yaml +python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml # renovate:github-url python3 openapi2jsonschema.py https://github.com/argoproj/argo-rollouts/releases/download/v1.7.2/install.yaml