Skip to content

Commit

Permalink
feat: Upgrade Kubernetes version to 1.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm820 authored and faiq committed Sep 7, 2023
1 parent c3dcd9c commit b339c32
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.26.6"
kubernetes_version: "1.27.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.26.6"
kubernetes_version: "1.27.5"

download_images: true

Expand Down

0 comments on commit b339c32

Please sign in to comment.