From dccb5ed4ad7f33fbb4ce76382620f08b28335c3e Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Wed, 10 Sep 2025 10:29:11 -0700 Subject: [PATCH] Bump example versions Signed-off-by: Derek Nola --- Vagrantfile | 2 +- inventory-sample.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 4f4c7c0..f08fe06 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -26,7 +26,7 @@ def provision(vm, role, node_num) "k3s_cluster:children" => ["server", "agent"], } ansible.extra_vars = { - k3s_version: "v1.28.14+k3s1", + k3s_version: "v1.31.12+k3s1", api_endpoint: "#{NETWORK_PREFIX}.100", # Required for vagrant ansible provisioner token: "myvagrant", diff --git a/inventory-sample.yml b/inventory-sample.yml index bb47aaa..9f709db 100644 --- a/inventory-sample.yml +++ b/inventory-sample.yml @@ -13,7 +13,7 @@ k3s_cluster: vars: ansible_port: 22 ansible_user: debian - k3s_version: v1.30.2+k3s1 + k3s_version: v1.31.12+k3s1 # The token should be a random string of reasonable length. You can generate # one with the following commands: # - openssl rand -base64 64