Skip to content

Commit

Permalink
Update Kubernetes packages to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 11, 2022
1 parent 67b8ca1 commit 394bc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube-system.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ local certman = import "cert-manager.jsonnet";
// 3. kubelets (see coreos-pxe-install.jsonnet:coreos_kubelet_tag)

// renovate: depName=k8s.gcr.io/kube-proxy
local version = "v1.22.6";
local version = "v1.23.5";
// renovate: depName=k8s.gcr.io/kube-apiserver
local apiserverVersion = "v1.22.6";
local apiserverVersion = "v1.23.5";

local externalHostname = "kube.lan";
local apiServer = "https://%s:6443" % [externalHostname];
Expand Down

0 comments on commit 394bc50

Please sign in to comment.