File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ARG Azure_Powershell_Version=15.6.1
1313ARG Eks_Cli_Version=0.226.0
1414ARG Git_Version=2.54.0
1515ARG Google_Cloud_Cli_Version=569.0.0
16- ARG Helm_Version=4.2 .0
16+ ARG Helm_Version=3.21 .0
1717ARG Java_Jdk_Version=25.0.0.1
1818ARG Kubectl_Version=1.36.1
1919ARG Kubelogin_Version=0.2.17
Original file line number Diff line number Diff line change 3333- Eksctl 0.226.0
3434- Google Cloud CLI 569.0.0
3535- Google Cloud GKE auth plugin 569.0.0-0
36- - Helm 4.2 .0
36+ - Helm 3.21 .0
3737- Java Jdk 25.0.0.1
3838- Kubectl 1.36.1
3939- Kubelogin (azure-kubelogin) 0.2.17
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Describe 'installed dependencies' {
6666 }
6767
6868 It ' has helm installed' {
69- helm version | Should -Match ' 4.2 .0'
69+ helm version | Should -Match ' 3.21 .0'
7070 $LASTEXITCODE | Should - be 0
7171 }
7272
You can’t perform that action at this time.
0 commit comments