Skip to content

Commit

Permalink
build: use 1 single k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
cwyl02 committed Feb 15, 2024
1 parent c99fedf commit 2f6415e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ansible/group_vars/all/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ 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_major: "1"
kubernetes_minor: "28"
kubernetes_patch: "6"
kubernetes_version: "1.28.6"
kubernetes_semver: "v{{ kubernetes_version }}"

Expand Down

0 comments on commit 2f6415e

Please sign in to comment.