Skip to content

Commit

Permalink
Update Kubernetes packages to v1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2022
1 parent bb97e37 commit f17ea32
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.25.2";
// renovate: depName=k8s.gcr.io/kube-apiserver
local apiserverVersion = "v1.22.6";
local apiserverVersion = "v1.25.2";

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

0 comments on commit f17ea32

Please sign in to comment.