From d3379a3dfeae73495655e21e42879c7be65a387c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:52:42 +0000 Subject: [PATCH] argocd: update dependency argoproj/argo-cd to v0.12.3 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 1944637..4e17f36 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: argocd resources: - - github.com/argoproj/argo-cd/manifests/cluster-install?ref=0dc6b1b57dd5bb925d5b03c3d09419ab9fb4225e # tag=v3.4.2 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=v0.12.3 # tag=v3.4.2 - ingress.yaml - argo-cd-service-monitor.yaml - deploy-key.yaml