mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
bump: k8s version
This commit is contained in:
parent
599ce2def0
commit
1cc28e4602
16 changed files with 7789 additions and 225252 deletions
|
|
@ -201,8 +201,8 @@ in {
|
|||
options.kubernetes = {
|
||||
version = mkOption {
|
||||
description = "Kubernetes version to use";
|
||||
type = types.enum ["1.7" "1.8" "1.9" "1.10" "1.11" "1.12" "1.13" "1.14" "1.15" "1.16" "1.17" "1.18"];
|
||||
default = "1.15";
|
||||
type = types.enum ["1.19" "1.20" "1.21"];
|
||||
default = "1.21";
|
||||
};
|
||||
|
||||
namespace = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue