From f91a5047be38f65e59b7661d93f633195ef70ca5 Mon Sep 17 00:00:00 2001 From: Code Dx Build Date: Tue, 14 Jan 2025 13:19:07 +0000 Subject: [PATCH] chore: set chart reference to charts-2.85.0 --- setup/core/setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/core/setup.ps1 b/setup/core/setup.ps1 index c2aa66a..562e10d 100644 --- a/setup/core/setup.ps1 +++ b/setup/core/setup.ps1 @@ -128,7 +128,7 @@ param ( [string] $helmTimeoutToolOrchestration = '15m0s', [string] $codedxGitRepo = 'https://github.com/codedx/codedx-kubernetes.git', - [string] $codedxGitRepoBranch = 'charts-2.84.0', + [string] $codedxGitRepoBranch = 'charts-2.85.0', [int] $kubeApiTargetPort = 443,