Skip to content

Commit

Permalink
updated rke2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Jul 20, 2024
1 parent ba1bfea commit 1edf521
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/cluster-templates/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ questions:
- custom
group: 'General'
- variable: kubernetesVersion
default: v1.28.10+rke2r1
default: v1.28.11+rke2r1
description: 'Specify Kubernetes Version'
label: 'Kubernetes Version'
type: enum
required: true
options:
- v1.28.10+rke2r1
- v1.28.11+rke2r1
- v1.27.12+rke2r1
- v1.26.13+rke2r1
- v1.25.16+rke2r1
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.10+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.28.11+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.10+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.28.11+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.10+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.28.11+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.10+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.28.11+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.10+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.28.11+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.10+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.28.11+rke2r1 # https://github.com/rancher/rke2/releases
enableNetworkPolicy: true
localClusterAuthEndpoint:
enabled: false
Expand Down

0 comments on commit 1edf521

Please sign in to comment.