Skip to content

Commit

Permalink
k8s: bump kubeadm and crictl versions
Browse files Browse the repository at this point in the history
Closes #134
  • Loading branch information
csegarragonz committed Jan 24, 2025
1 parent a923b1d commit bab6196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/util/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

# Kubernetes versions
CONTAINERD_VERSION = "1.7.19"
K8S_VERSION = "1.28.2"
K8S_VERSION = "1.32.1"
CALICO_VERSION = "3.28.1"
CNI_VERSION = "1.3.0"
CRICTL_VERSION = "1.28.0"
CRICTL_VERSION = "1.32.0"
K9S_VERSION = "0.32.5"
PAUSE_IMAGE_VERSION = "3.9"

Expand Down

0 comments on commit bab6196

Please sign in to comment.