Skip to content

Commit

Permalink
updated kubernetesVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Jan 12, 2024
1 parent dff2c58 commit 54e8381
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cluster:
name: rke2-cluster-aws
config:
systemDefaultRegistry: docker.io # default registry
kubernetesVersion: v1.26.11+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.26.12+rke2r1 # https://github.com/rancher/rke2/releases
localClusterAuthEndpoint:
enabled: false
# agentEnvVars:
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 @@ -17,7 +17,7 @@ cluster:
name: rke2-cluster-custom
config:
systemDefaultRegistry: docker.io # default registry
kubernetesVersion: v1.26.11+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.26.12+rke2r1 # https://github.com/rancher/rke2/releases
localClusterAuthEndpoint:
enabled: false
# agentEnvVars:
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 @@ -20,7 +20,7 @@ cluster:
name: rke2-cluster-digitalocean
config:
systemDefaultRegistry: docker.io # default registry
kubernetesVersion: v1.26.11+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.26.12+rke2r1 # https://github.com/rancher/rke2/releases
localClusterAuthEndpoint:
enabled: false
# agentEnvVars:
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 @@ -20,7 +20,7 @@ cluster:
name: rke2-cluster-harvester
config:
systemDefaultRegistry: docker.io # default registry
kubernetesVersion: v1.26.11+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.26.12+rke2r1 # https://github.com/rancher/rke2/releases
localClusterAuthEndpoint:
enabled: false
# agentEnvVars:
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 @@ -20,7 +20,7 @@ cluster:
name: rke2-cluster
config:
systemDefaultRegistry: docker.io # default registry
kubernetesVersion: v1.26.11+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.26.12+rke2r1 # https://github.com/rancher/rke2/releases
localClusterAuthEndpoint:
enabled: false
# agentEnvVars:
Expand Down

0 comments on commit 54e8381

Please sign in to comment.