diff --git a/charts/cluster-templates/questions.yaml b/charts/cluster-templates/questions.yaml index 6391cac..826ffc0 100644 --- a/charts/cluster-templates/questions.yaml +++ b/charts/cluster-templates/questions.yaml @@ -28,17 +28,15 @@ questions: - custom group: 'General' - variable: kubernetesVersion - default: v1.28.11+rke2r1 + default: v1.28.12+rke2r1 description: 'Specify Kubernetes Version' label: 'Kubernetes Version' type: enum required: true options: - - v1.28.11+rke2r1 - - v1.27.12+rke2r1 - - v1.26.13+rke2r1 - - v1.25.16+rke2r1 - - v1.24.17+rke2r1 + - v1.28.12+rke2r1 + - v1.27.16+rke2r1 + - v1.26.15+rke2r1 group: 'General' - variable: localClusterAuthEndpoint.enabled default: false diff --git a/charts/cluster-templates/values-aws.yaml b/charts/cluster-templates/values-aws.yaml index 3879e95..3e82e64 100644 --- a/charts/cluster-templates/values-aws.yaml +++ b/charts/cluster-templates/values-aws.yaml @@ -19,7 +19,7 @@ cluster: # key: value name: rke2-cluster-aws config: - kubernetesVersion: v1.28.11+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.28.12+rke2r1 # https://github.com/rancher/rke2/releases enableNetworkPolicy: true localClusterAuthEndpoint: enabled: false diff --git a/charts/cluster-templates/values-custom.yaml b/charts/cluster-templates/values-custom.yaml index fb79d99..9177f0f 100644 --- a/charts/cluster-templates/values-custom.yaml +++ b/charts/cluster-templates/values-custom.yaml @@ -16,7 +16,7 @@ cluster: # key: value name: rke2-cluster-custom config: - kubernetesVersion: v1.28.11+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.28.12+rke2r1 # https://github.com/rancher/rke2/releases enableNetworkPolicy: true localClusterAuthEndpoint: enabled: false diff --git a/charts/cluster-templates/values-digitalocean.yaml b/charts/cluster-templates/values-digitalocean.yaml index f4ce41c..0fd0579 100644 --- a/charts/cluster-templates/values-digitalocean.yaml +++ b/charts/cluster-templates/values-digitalocean.yaml @@ -19,7 +19,7 @@ cluster: # key: value name: rke2-cluster-digitalocean config: - kubernetesVersion: v1.28.11+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.28.12+rke2r1 # https://github.com/rancher/rke2/releases enableNetworkPolicy: true localClusterAuthEndpoint: enabled: false diff --git a/charts/cluster-templates/values-elemental.yaml b/charts/cluster-templates/values-elemental.yaml index a19c591..c2029e5 100644 --- a/charts/cluster-templates/values-elemental.yaml +++ b/charts/cluster-templates/values-elemental.yaml @@ -19,7 +19,7 @@ cluster: # key: value name: rke2-cluster-elemental config: - kubernetesVersion: v1.28.11+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.28.12+rke2r1 # https://github.com/rancher/rke2/releases enableNetworkPolicy: true localClusterAuthEndpoint: enabled: false diff --git a/charts/cluster-templates/values-harvester.yaml b/charts/cluster-templates/values-harvester.yaml index 9d9530c..6618926 100644 --- a/charts/cluster-templates/values-harvester.yaml +++ b/charts/cluster-templates/values-harvester.yaml @@ -19,7 +19,7 @@ cluster: # key: value name: rke2-cluster-harvester config: - kubernetesVersion: v1.28.11+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.28.12+rke2r1 # https://github.com/rancher/rke2/releases enableNetworkPolicy: true localClusterAuthEndpoint: enabled: false diff --git a/charts/cluster-templates/values.yaml b/charts/cluster-templates/values.yaml index cf8464e..36fe703 100644 --- a/charts/cluster-templates/values.yaml +++ b/charts/cluster-templates/values.yaml @@ -19,7 +19,7 @@ cluster: # key: value name: rke2-cluster config: - kubernetesVersion: v1.28.11+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.28.12+rke2r1 # https://github.com/rancher/rke2/releases enableNetworkPolicy: true localClusterAuthEndpoint: enabled: false