File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ if(Test-Path "$DeployPath\releaseVersion.txt")
18
18
# ## Download External Tools ###
19
19
if ([string ]::IsNullOrWhiteSpace($ExternalToolDownloadUrl ))
20
20
{
21
- Write-Warning " No External Tools Downloaded!`n You Should Download`n * AZ CLI (and install it)`n * Datree `n * Grant`n * Handle`n * KubeCtl"
21
+ Write-Warning " No External Tools Downloaded!`n You Should Download`n * AZ CLI (and install it)`n * Kube-Linter `n * Grant`n * Handle`n * KubeCtl"
22
22
}
23
23
else
24
24
{
25
25
$tools = @ (
26
- [pscustomobject ]@ {Tool = ' Az-Installer' ;Version = ' 2.48.1 ' ;ExeName = ' azure-cli.msi' ;RunExe = $true ;RunArgs = " /quiet /norestart" ;OctoAgent = $true }
27
- [pscustomobject ]@ {Tool = ' Kube-Linter' ;Version = ' 0.6.4 ' ;ExeName = ' kube-linter.exe' ;RunExe = $false ;RunArgs = " " ;OctoAgent = $true }
26
+ [pscustomobject ]@ {Tool = ' Az-Installer' ;Version = ' 2.54.0 ' ;ExeName = ' azure-cli.msi' ;RunExe = $true ;RunArgs = " /quiet /norestart" ;OctoAgent = $true }
27
+ [pscustomobject ]@ {Tool = ' Kube-Linter' ;Version = ' 0.6.5 ' ;ExeName = ' kube-linter.exe' ;RunExe = $false ;RunArgs = " " ;OctoAgent = $true }
28
28
[pscustomobject ]@ {Tool = ' Grant' ;Version = ' 1.01' ;ExeName = ' Grant.exe' ;RunExe = $false ;RunArgs = " " ;OctoAgent = $false }
29
29
[pscustomobject ]@ {Tool = ' Handle' ;Version = ' 5.0' ;ExeName = ' handle.exe' ;RunExe = $false ;RunArgs = " " ;OctoAgent = $false }
30
30
[pscustomobject ]@ {Tool = ' Handle' ;Version = ' 5.0' ;ExeName = ' handle64.exe' ;RunExe = $false ;RunArgs = " " ;OctoAgent = $false }
31
- [pscustomobject ]@ {Tool = ' KubeCtl' ;Version = ' 1.23.9 ' ;ExeName = ' kubectl.exe' ;RunExe = $false ;RunArgs = " " ;OctoAgent = $true }
31
+ [pscustomobject ]@ {Tool = ' KubeCtl' ;Version = ' 1.24.7 ' ;ExeName = ' kubectl.exe' ;RunExe = $false ;RunArgs = " " ;OctoAgent = $true }
32
32
)
33
33
34
34
$tools | ForEach-Object {
You can’t perform that action at this time.
0 commit comments