From aa8ab8c63f8411fd5f68b372201c4f2ad7dc181f Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Tue, 3 Mar 2026 11:52:40 +0100 Subject: [PATCH] =?UTF-8?q?chore(core):=20=E2=AC=86=EF=B8=8F=20Bump=20Argo?= =?UTF-8?q?=20CD=20version=20to=209.4.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the Argo CD deployment to use a newer version, improving compatibility and potentially resolving issues tied to older releases. Relates to ongoing maintenance and upstream bug tracking. --- template/stacks/core/argocd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/core/argocd.yaml b/template/stacks/core/argocd.yaml index f54bb04..1b6df68 100644 --- a/template/stacks/core/argocd.yaml +++ b/template/stacks/core/argocd.yaml @@ -23,7 +23,7 @@ spec: # TODO: RIRE Can be updated when https://github.com/argoproj/argo-cd/issues/20790 is fixed and merged # As logout make problems, it is suggested to switch from path based routing to an own argocd domain, # similar to the CNOE amazon reference implementation and in our case, Forgejo - targetRevision: argo-cd-9.1.5 + targetRevision: argo-cd-9.4.6 helm: valueFiles: - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/core/argocd/values.yaml