From 91f5d9ec31d97e6da3540a60730a558739e82469 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:28:59 +0000 Subject: [PATCH] argocd: update dependency argoproj/argo-cd to v3.3.6 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 4f66503..69861bf 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=34ccdfc3d5235b0184eb910b8ba4edcd81ef8f03 # tag=v3.3.4 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=998fb59dc355653c0657908a6ea2f87136e022d1 # tag=v3.3.6 - ingress.yaml - argo-cd-service-monitor.yaml - deploy-key.yaml