We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5164ec6 + e223f3f commit 38edbcaCopy full SHA for 38edbca
config/jobs/kubernetes-sigs/sig-windows/release-master-windows.yaml
@@ -113,6 +113,9 @@ periodics:
113
requests:
114
cpu: 2
115
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
119
annotations:
120
fork-per-release: "true"
121
fork-per-release-replacements: "KUBERNETES_VERSION=latest -> KUBERNETES_VERSION=latest-{{.Version}}"
0 commit comments