From f5d5d93bc0d3772542ebb18ed3750d44ef0bb237 Mon Sep 17 00:00:00 2001 From: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Thu, 10 Aug 2023 14:50:35 +0200 Subject: [PATCH] rancher: upgrade to 2.7.5 Related to swh/infra/sysadm-environment#4998 --- .../applications/rancher/rancher-application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd-configuration/applications/rancher/rancher-application.yaml b/argocd-configuration/applications/rancher/rancher-application.yaml index 3256ec8..e78ae68 100644 --- a/argocd-configuration/applications/rancher/rancher-application.yaml +++ b/argocd-configuration/applications/rancher/rancher-application.yaml @@ -9,7 +9,7 @@ spec: source: chart: rancher repoURL: "https://releases.rancher.com/server-charts/latest" - targetRevision: 2.6.9 + targetRevision: 2.7.5 helm: releaseName: rancher values: | -- GitLab