add new k8s version check

This commit is contained in:
Bryton Hall 2022-08-11 23:18:44 -04:00
parent 666a685118
commit 90de01f7d9
3 changed files with 5 additions and 2 deletions

View file

@ -272,8 +272,8 @@ in {
options.kubernetes = {
version = mkOption {
description = "Kubernetes version to use";
type = types.enum ["1.19" "1.20" "1.21" "1.23"];
default = "1.23";
type = types.enum ["1.19" "1.20" "1.21" "1.23" "1.24"];
default = "1.24";
};
namespace = mkOption {