Skip to content

Commit

Permalink
Update Kubernetes packages to v1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent ea13489 commit 8a7485b
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.17";
local kubelet_tag = "v1.30.1";

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.14";
local version = "v1.30.1";
// renovate: depName=registry.k8s.io/kube-apiserver
local apiserverVersion = "v1.25.14";
local apiserverVersion = "v1.30.1";

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

0 comments on commit 8a7485b

Please sign in to comment.