From 60df7f7e6bb7e22d0ae1f3c96372f9accd9076f1 Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:21:15 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20argocd-image-updater=20to=20t?= =?UTF-8?q?he=20applications=20list=20in=20values.yaml=20(#182)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/values.yaml b/apps/values.yaml index 89f52dd..176736d 100644 --- a/apps/values.yaml +++ b/apps/values.yaml @@ -52,3 +52,6 @@ applications: repoURL: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack targetRevision: 62.2.1 + - name: argocd-image-updater + path: apps/argocd-image-updater + namespace: argocd