Skip to content

Commit 8065de6

Browse files
Bumped Helm version from v3.3.0 to v3.7.1 (#35)
1 parent 913765d commit 8065de6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ubuntu.18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG Dotnet_Sdk_Version=3.1.401-1
99
ARG Ecs_Cli_Version=1.20.0
1010
ARG Eks_Cli_Version=0.25.0
1111
ARG Google_Cloud_Cli_Version=339.0.0-0
12-
ARG Helm_Version=v3.3.0
12+
ARG Helm_Version=v3.7.1
1313
ARG Java_Jdk_Version=11.0.11+9-0ubuntu2~18.04
1414
ARG Kubectl_Version=1.18.8-00
1515
ARG Octopus_Cli_Version=7.4.1

ubuntu.18.04/spec/ubuntu.18.04.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

windows.ltsc2019/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG Azure_Cli_Version=2.14.0
1010
ARG Azure_Powershell_Version=4.5.0
1111
ARG Eks_Cli_Version=0.25.0
1212
ARG Google_Cloud_Cli_Version=339.0.0
13-
ARG Helm_Version=3.3.0
13+
ARG Helm_Version=3.7.1
1414
ARG Java_Jdk_Version=14.0.2
1515
ARG Kubectl_Version=1.18.8
1616
ARG Node_Version=14.17.2

windows.ltsc2019/spec/windows.ltsc2019.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)