File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG Dotnet_Sdk_Version=3.1.401-1
99ARG Ecs_Cli_Version=1.20.0
1010ARG Eks_Cli_Version=0.25.0
1111ARG Google_Cloud_Cli_Version=339.0.0-0
12- ARG Helm_Version=v3.3.0
12+ ARG Helm_Version=v3.7.1
1313ARG Java_Jdk_Version=11.0.11+9-0ubuntu2~18.04
1414ARG Kubectl_Version=1.18.8-00
1515ARG Octopus_Cli_Version=7.4.1
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Describe 'installed dependencies' {
5151 }
5252
5353 It ' has helm installed' {
54- helm version | Should -match ' 3.3.0 '
54+ helm version | Should -match ' 3.7.1 '
5555 $LASTEXITCODE | Should - be 0
5656 }
5757
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG Azure_Cli_Version=2.14.0
1010ARG Azure_Powershell_Version=4.5.0
1111ARG Eks_Cli_Version=0.25.0
1212ARG Google_Cloud_Cli_Version=339.0.0
13- ARG Helm_Version=3.3.0
13+ ARG Helm_Version=3.7.1
1414ARG Java_Jdk_Version=14.0.2
1515ARG Kubectl_Version=1.18.8
1616ARG Node_Version=14.17.2
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Describe 'installed dependencies' {
6161 }
6262
6363 It ' has helm installed' {
64- helm version | Should -Match ' 3.3.0 '
64+ helm version | Should -Match ' 3.7.1 '
6565 $LASTEXITCODE | Should - be 0
6666 }
6767
You can’t perform that action at this time.
0 commit comments