version: ensure Kubernetes v1.13.7

Signed-off-by: Pires <pjpires@gmail.com>
This commit is contained in:
Pires
2019-06-27 12:15:58 +01:00
parent 713fe23d03
commit 4766e97d05
3 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ import (
var (
buildVersion = "N/A"
buildTime = "N/A"
k8sVersion = "v1.13.1" // This should follow the version of k8s.io/kubernetes we are importing
k8sVersion = "v1.13.7" // This should follow the version of k8s.io/kubernetes we are importing
)
func main() {