Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtze committed Mar 1, 2024
1 parent c82753e commit d76d9fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rke2_download_path: /opt
rke2_node_type: server

# RKE2 Version to be installed - see https://github.com/rancher/rke2/releases
rke2_version: "v1.22.6+rke2r1"
rke2_version: "v1.27.9+rke2r1"

# Cluster Token (Will be set automatically if not defined)
cluster_token:
Expand All @@ -40,7 +40,7 @@ cni_plugin: calico

# If Calico is defined as CNI - install calicoctl on nodes
install_calicoctl: true
calicoctl_version: "v3.22.0"
calicoctl_version: "v3.27.0"


#####################################################################
Expand Down Expand Up @@ -78,7 +78,7 @@ control_plane_vip_hostname:
control_plane_vip_interface:

# Kube VIP Version - See https://github.com/kube-vip/kube-vip/releases
kube_vip_version: v0.4.2
kube_vip_version: v0.6.4
kube_vip_image: "ghcr.io/kube-vip/kube-vip:{{ kube_vip_version }}"

# Control Plane node wich is used to register all other nodes - Set this to `control_plane_vip_hostname` if you use kube-vip
Expand Down
4 changes: 2 additions & 2 deletions templates/kube-vip.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ metadata:
spec:
selector:
matchLabels:
app.kubernetes.io/name: kube-vip-ds
name: kube-vip-ds
template:
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kube-vip-ds
name: kube-vip-ds
spec:
affinity:
nodeAffinity:
Expand Down

0 comments on commit d76d9fb

Please sign in to comment.