Skip to content

Commit 7308f80

Browse files
authored
Updated build version to v1.22.0 (#231)
Updated kube-proxy build to minVersion 1.22.0 from 1.17.0
1 parent 72eebca commit 7308f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubeadm/kube-proxy/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
param(
22
[string]$image = "sigwindowstools/kube-proxy",
33
[switch]$push,
4-
[version]$minVersion = "1.17.0"
4+
[version]$minVersion = "1.22.0"
55
)
66

77
$output="docker"

0 commit comments

Comments
 (0)