mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
1.23
This commit is contained in:
parent
bc5c70db39
commit
c08c408bce
3 changed files with 10 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue