Skip to content

Commit

Permalink
Update all patch dependencies to v1.25.16 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent e43f65e commit cbfd225
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=registry.k8s.io/kube-proxy
local version = "v1.25.14";
local version = "v1.25.16";
// renovate: depName=registry.k8s.io/kube-apiserver
local apiserverVersion = "v1.25.14";
local apiserverVersion = "v1.25.16";

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

0 comments on commit cbfd225

Please sign in to comment.