This commit is contained in:
GTrunSec 2022-04-02 15:09:21 -07:00
parent bc5c70db39
commit c08c408bce
No known key found for this signature in database
GPG key ID: 2368FAFA4ABDD2A0
3 changed files with 10 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"];
default = "1.21";
type = types.enum ["1.19" "1.20" "1.21" "1.23"];
default = "1.23";
};
namespace = mkOption {