From 4ab6a5c9eb3e0883dd411031c0547f7db810a704 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:30:26 +0000 Subject: [PATCH] Update Helm release argo-cd to v5.53.0 --- manifests/bootstrapping-cloud/07-argocd/kustomization.yaml | 2 +- manifests/bootstrapping-onprem/08-argocd/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/bootstrapping-cloud/07-argocd/kustomization.yaml b/manifests/bootstrapping-cloud/07-argocd/kustomization.yaml index 84d54819..50299cb1 100644 --- a/manifests/bootstrapping-cloud/07-argocd/kustomization.yaml +++ b/manifests/bootstrapping-cloud/07-argocd/kustomization.yaml @@ -11,5 +11,5 @@ helmCharts: releaseName: argo-cd namespace: argocd repo: https://argoproj.github.io/argo-helm - version: "5.51.2" + version: "5.53.0" valuesFile: values.yaml diff --git a/manifests/bootstrapping-onprem/08-argocd/kustomization.yaml b/manifests/bootstrapping-onprem/08-argocd/kustomization.yaml index eba067e8..bdfcb0ae 100644 --- a/manifests/bootstrapping-onprem/08-argocd/kustomization.yaml +++ b/manifests/bootstrapping-onprem/08-argocd/kustomization.yaml @@ -15,5 +15,5 @@ helmCharts: releaseName: argo-cd namespace: argocd repo: https://argoproj.github.io/argo-helm - version: "5.51.2" + version: "5.53.0" valuesFile: values.yaml