Skip to content

Commit

Permalink
Merge pull request #105 from grycap/devel
Browse files Browse the repository at this point in the history
Update k8s versions
  • Loading branch information
micafer authored Feb 27, 2024
2 parents 11a9745 + 893650b commit 1d854f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ topology_template:
kube_version:
type: string
description: Version of Kubernetes to install
default: "1.27.6"
default: "1.28.7"
constraints:
- valid_values: [ "1.27.6", "1.28.2", "1.26.9", "1.25.14", "1.24.17" ]
- valid_values: [ "1.28.7", "1.29.2", "1.27.11", "1.26.14", "1.25.15", "1.24.17" ]
kube_cri_runtime:
type: string
description: CRI Runtime to use with Kubernetes
Expand Down

0 comments on commit 1d854f2

Please sign in to comment.