Skip to content

Commit 38edbca

Browse files
authored
Merge pull request #29748 from marosset/windows-use-older-patches
Pin windows 2019 nodes to a April 2023 patches
2 parents 5164ec6 + e223f3f commit 38edbca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/jobs/kubernetes-sigs/sig-windows/release-master-windows.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ periodics:
113113
requests:
114114
cpu: 2
115115
memory: "9Gi"
116+
env:
117+
- name: IMAGE_VERSION
118+
value: "127.1.20230417" # pin the Windows nodes to a specific OS patch version while investigating an issue with container updates
116119
annotations:
117120
fork-per-release: "true"
118121
fork-per-release-replacements: "KUBERNETES_VERSION=latest -> KUBERNETES_VERSION=latest-{{.Version}}"

0 commit comments

Comments
 (0)