Skip to content

Commit

Permalink
updated rke2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Aug 21, 2024
1 parent 60e31a4 commit ca14b77
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 12 deletions.
10 changes: 4 additions & 6 deletions charts/cluster-templates/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-digitalocean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-elemental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-harvester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca14b77

Please sign in to comment.