Skip to content

Commit

Permalink
feat: use 1.28.5 k8s version (#983)
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
  • Loading branch information
takirala authored Jan 23, 2024
1 parent 6168ac6 commit c3b2b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python_path: ""
# If it's not there, the kubernetes_full_version will have "None" for a version number.
#
# IMPORTANT When you update kubernetes_version, also update crictl_version.
kubernetes_version: "1.27.6"
kubernetes_version: "1.28.5"
kubernetes_semver: "v{{ kubernetes_version }}"

kubernetes_cni_version: "0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion images/common.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
kubernetes_version: "1.27.6"
kubernetes_version: "1.28.5"

download_images: true

Expand Down

0 comments on commit c3b2b16

Please sign in to comment.