Skip to content

Commit

Permalink
chore(deps): Updated all k8s components
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jun 19, 2024
1 parent 072f1a3 commit b3588c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions inventory/sample/group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
k3s_version: v1.29.2+k3s1
k3s_version: v1.30.1+k3s1
# this is the user that has ssh access to these machines
ansible_user: ansibleuser
systemd_dir: /etc/systemd/system
Expand All @@ -13,13 +13,13 @@ flannel_iface: "eth0"
# uncomment calico_iface to use tigera operator/calico cni instead of flannel https://docs.tigera.io/calico/latest/about
# calico_iface: "eth0"
calico_ebpf: false # use eBPF dataplane instead of iptables
calico_tag: "v3.27.2" # calico version tag
calico_tag: "v3.28.0" # calico version tag

# uncomment cilium_iface to use cilium cni instead of flannel or calico
# ensure v4.19.57, v5.1.16, v5.2.0 or more recent kernel
# cilium_iface: "eth0"
cilium_mode: "native" # native when nodes on same subnet or using bgp, else set routed
cilium_tag: "v1.15.2" # cilium version tag
cilium_tag: "v1.15.6" # cilium version tag
cilium_hubble: true # enable hubble observability relay and ui

# if using calico or cilium, you may specify the cluster pod cidr pool
Expand Down Expand Up @@ -72,7 +72,7 @@ extra_agent_args: >-
{{ extra_args }}
# image tag for kube-vip
kube_vip_tag_version: "v0.7.2"
kube_vip_tag_version: "v0.8.0"

# tag for kube-vip-cloud-provider manifest
# kube_vip_cloud_provider_tag_version: "main"
Expand All @@ -93,8 +93,8 @@ metal_lb_mode: "layer2"
# metal_lb_bgp_peer_address: "192.168.30.1"

# image tag for metal lb
metal_lb_speaker_tag_version: "v0.14.3"
metal_lb_controller_tag_version: "v0.14.3"
metal_lb_speaker_tag_version: "v0.14.5"
metal_lb_controller_tag_version: "v0.14.5"

# metallb ip range for load balancer
metal_lb_ip_range: "192.168.30.80-192.168.30.90"
Expand Down

0 comments on commit b3588c4

Please sign in to comment.