Skip to content

Commit

Permalink
Update Kubernetes packages to v1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 20, 2022
1 parent 67b8ca1 commit e746b3f
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.6";
// renovate: depName=k8s.gcr.io/kube-apiserver
local apiserverVersion = "v1.22.6";
local apiserverVersion = "v1.23.6";

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

0 comments on commit e746b3f

Please sign in to comment.