diff --git a/test/scenario/multiline/dotnet-win.yaml b/test/scenario/multiline/dotnet-win.yaml index 82da45fe0..7a557fc74 100644 --- a/test/scenario/multiline/dotnet-win.yaml +++ b/test/scenario/multiline/dotnet-win.yaml @@ -17,12 +17,9 @@ spec: - name: dotnet-win-scripts-volume configMap: name: dotnet-win-test-scripts - nodeSelector: - kubernetes.io/os: windows - kubernetes.io/arch: amd64 containers: - name: dotnet-win - image: mcr.microsoft.com/powershell:lts-nanoserver-1809 + image: mcr.microsoft.com/powershell:lts-nanoserver-ltsc2022 volumeMounts: - mountPath: C:\dotnet-win-test-scripts name: dotnet-win-scripts-volume diff --git a/test/scenario/multiline/golang-win.yaml b/test/scenario/multiline/golang-win.yaml index 1378d2866..153503f17 100644 --- a/test/scenario/multiline/golang-win.yaml +++ b/test/scenario/multiline/golang-win.yaml @@ -17,12 +17,9 @@ spec: - name: golang-win-scripts-volume configMap: name: golang-win-test-scripts - nodeSelector: - kubernetes.io/os: windows - kubernetes.io/arch: amd64 containers: - name: golang-win - image: mcr.microsoft.com/powershell:lts-nanoserver-1809 + image: mcr.microsoft.com/powershell:lts-nanoserver-ltsc2022 volumeMounts: - mountPath: C:\golang-win-test-scripts name: golang-win-scripts-volume diff --git a/test/scenario/multiline/java-win.yaml b/test/scenario/multiline/java-win.yaml index 4c59742e8..b9587eb14 100644 --- a/test/scenario/multiline/java-win.yaml +++ b/test/scenario/multiline/java-win.yaml @@ -17,12 +17,9 @@ spec: - name: java-win-scripts-volume configMap: name: java-win-test-scripts - nodeSelector: - kubernetes.io/os: windows - kubernetes.io/arch: amd64 containers: - name: java-win - image: mcr.microsoft.com/powershell:lts-nanoserver-1809 + image: mcr.microsoft.com/powershell:lts-nanoserver-ltsc2022 volumeMounts: - mountPath: C:\java-win-test-scripts name: java-win-scripts-volume diff --git a/test/scenario/multiline/python-win.yaml b/test/scenario/multiline/python-win.yaml index 095e5b6a3..1d606d175 100644 --- a/test/scenario/multiline/python-win.yaml +++ b/test/scenario/multiline/python-win.yaml @@ -17,12 +17,9 @@ spec: - name: python-win-scripts-volume configMap: name: python-win-test-scripts - nodeSelector: - kubernetes.io/os: windows - kubernetes.io/arch: amd64 containers: - name: python-win - image: mcr.microsoft.com/powershell:lts-nanoserver-1809 + image: mcr.microsoft.com/powershell:lts-nanoserver-ltsc2022 volumeMounts: - mountPath: C:\python-win-test-scripts name: python-win-scripts-volume