Skip to content

Commit 7589f9f

Browse files
authored
Merge pull request rancher#179 from kinarashah/1205
Add k8s v1.20.5
2 parents 949964f + f07a9a8 commit 7589f9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
1010
Exit 1; \
1111
} \
1212
}
13-
ENV K8S_VERSION v1.20.4
13+
ENV K8S_VERSION v1.20.5
1414
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
1515
\
1616
function Expand-GZip ($inFile, $outFile) { \

Dockerfile.windows.20H2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
1010
Exit 1; \
1111
} \
1212
}
13-
ENV K8S_VERSION v1.20.4
13+
ENV K8S_VERSION v1.20.5
1414
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
1515
\
1616
function Expand-GZip ($inFile, $outFile) { \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
K8S_VERSION?=v1.20.4
1+
K8S_VERSION?=v1.20.5
22

33
ARCH?=amd64
44
ALL_ARCH=amd64 arm64

0 commit comments

Comments
 (0)