Skip to content

Commit

Permalink
Update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 13, 2023
1 parent 204a410 commit 9a88bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coreos-pxe-install.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local utils = import "utils.libsonnet";
// kubectl label nodes -l flatcar-linux-update.v1.flatcar-linux.net/id flatcar-linux-update.v1.flatcar-linux.net/reboot-needed=true

// renovate: depName=kubernetes/kubernetes datasource=github-releases versioning=semver
local kubelet_tag = "v1.24.10";
local kubelet_tag = "v1.24.11";

local default_env = {
// NB: dockerd can't route to a cluster LB VIP? (fixme)
Expand Down
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.6";
local version = "v1.25.7";
// renovate: depName=registry.k8s.io/kube-apiserver
local apiserverVersion = "v1.25.6";
local apiserverVersion = "v1.25.7";

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

0 comments on commit 9a88bff

Please sign in to comment.