From c2a6eb0cad7ac63adccd38991910fb75a334a033 Mon Sep 17 00:00:00 2001 From: Mathieu LAUDE Date: Mon, 22 Dec 2025 10:22:11 +0100 Subject: [PATCH] chore: :arrow_up: upgrade dso-env chart version to use autosync --- plugins/argocd/src/functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/argocd/src/functions.ts b/plugins/argocd/src/functions.ts index 887dad7ba..daad50746 100644 --- a/plugins/argocd/src/functions.ts +++ b/plugins/argocd/src/functions.ts @@ -236,7 +236,7 @@ async function ensureInfraEnvValues(project: Project, environment: Environment, cluster: inClusterLabel, namespace: getConfig().namespace, project: appProjectName, - envChartVersion: process.env.DSO_ENV_CHART_VERSION ?? 'dso-env-1.5.2', + envChartVersion: process.env.DSO_ENV_CHART_VERSION ?? 'dso-env-1.6.0', nsChartVersion: process.env.DSO_NS_CHART_VERSION ?? 'dso-ns-1.1.4', }, environment: {