Skip to content

Commit 48206eb

Browse files
committed
pin helm back to helm 3
1 parent 1585883 commit 48206eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

windows.ltsc2025/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG Azure_Powershell_Version=15.6.1
1313
ARG Eks_Cli_Version=0.226.0
1414
ARG Git_Version=2.54.0
1515
ARG Google_Cloud_Cli_Version=569.0.0
16-
ARG Helm_Version=4.2.0
16+
ARG Helm_Version=3.21.0
1717
ARG Java_Jdk_Version=25.0.0.1
1818
ARG Kubectl_Version=1.36.1
1919
ARG Kubelogin_Version=0.2.17

windows.ltsc2025/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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

windows.ltsc2025/spec/windows.ltsc2025.tests.ps1

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

0 commit comments

Comments
 (0)