Skip to content

Commit

Permalink
updated chart and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Sep 10, 2024
1 parent ca14b77 commit 00dc908
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/cluster-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: rancher-cluster-templates
description: Hardened Rancher Cluster Templates by Rancher Government Solutions
icon: https://raw.githubusercontent.com/rancherfederal/carbide-docs/main/static/img/carbide-logo.svg
type: application
version: 0.5.2
appVersion: 0.5.2
version: 0.5.3
appVersion: 0.5.3
annotations:
catalog.cattle.io/type: cluster-template
catalog.cattle.io/namespace: fleet-default
2 changes: 1 addition & 1 deletion charts/cluster-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Type | Chart Version | App Version |
| :---------: | :-----------: | :---------: |
| application | `v0.5.2` | `v0.5.2` |
| application | `0.5.3` | `0.5.3` |

⚠️ This project is still in active development. As we continued to develop it, there will be breaking changes. ⚠️

Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/app-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Type | Chart Version | App Version |
| :---------: | :-----------: | :---------: |
| application | `v0.5.2` | `v0.5.2` |
| application | `0.5.3` | `0.5.3` |

⚠️ This project is still in active development. As we continued to develop it, there will be breaking changes. ⚠️

Expand Down
6 changes: 3 additions & 3 deletions charts/cluster-templates/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ questions:
- custom
group: 'General'
- variable: kubernetesVersion
default: v1.28.12+rke2r1
default: v1.29.8+rke2r1
description: 'Specify Kubernetes Version'
label: 'Kubernetes Version'
type: enum
required: true
options:
- v1.28.12+rke2r1
- v1.29.8+rke2r1
- v1.28.13+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.12+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.29.8+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.12+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.29.8+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.12+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.29.8+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.12+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.29.8+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.12+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.29.8+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.12+rke2r1 # https://github.com/rancher/rke2/releases
kubernetesVersion: v1.29.8+rke2r1 # https://github.com/rancher/rke2/releases
enableNetworkPolicy: true
localClusterAuthEndpoint:
enabled: false
Expand Down

0 comments on commit 00dc908

Please sign in to comment.