Skip to content

Commit

Permalink
Updated to Kubernetes v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darxkies committed Dec 8, 2021
1 parent 4526a6d commit 21a8be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package utils

// Versions
const VersionConfig = "2.4.0"
const VersionK8s = "v1.22.4"
const VersionK8s = "v1.23.0"
const VersionKubeAPIServer = "k8s.gcr.io/kube-apiserver:" + VersionK8s
const VersionKubeControllerManager = "k8s.gcr.io/kube-controller-manager:" + VersionK8s
const VersionKubeScheduler = "k8s.gcr.io/kube-scheduler:" + VersionK8s
Expand Down

0 comments on commit 21a8be1

Please sign in to comment.