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.
1 parent 72eebca commit 7308f80Copy full SHA for 7308f80
kubeadm/kube-proxy/build.ps1
@@ -1,7 +1,7 @@
1
param(
2
[string]$image = "sigwindowstools/kube-proxy",
3
[switch]$push,
4
- [version]$minVersion = "1.17.0"
+ [version]$minVersion = "1.22.0"
5
)
6
7
$output="docker"
0 commit comments