From 00dc90864144f6e4fbcc04787b489e9565f96ee4 Mon Sep 17 00:00:00 2001 From: Zack Brady Date: Tue, 10 Sep 2024 12:00:00 -0500 Subject: [PATCH] updated chart and versions --- charts/cluster-templates/Chart.yaml | 4 ++-- charts/cluster-templates/README.md | 2 +- charts/cluster-templates/app-readme.md | 2 +- charts/cluster-templates/questions.yaml | 6 +++--- charts/cluster-templates/values-aws.yaml | 2 +- charts/cluster-templates/values-custom.yaml | 2 +- charts/cluster-templates/values-digitalocean.yaml | 2 +- charts/cluster-templates/values-elemental.yaml | 2 +- charts/cluster-templates/values-harvester.yaml | 2 +- charts/cluster-templates/values.yaml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/cluster-templates/Chart.yaml b/charts/cluster-templates/Chart.yaml index 0efc068..91d475f 100644 --- a/charts/cluster-templates/Chart.yaml +++ b/charts/cluster-templates/Chart.yaml @@ -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 diff --git a/charts/cluster-templates/README.md b/charts/cluster-templates/README.md index cd5afe5..9aba04f 100644 --- a/charts/cluster-templates/README.md +++ b/charts/cluster-templates/README.md @@ -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. ⚠️ diff --git a/charts/cluster-templates/app-readme.md b/charts/cluster-templates/app-readme.md index cd5afe5..9aba04f 100644 --- a/charts/cluster-templates/app-readme.md +++ b/charts/cluster-templates/app-readme.md @@ -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. ⚠️ diff --git a/charts/cluster-templates/questions.yaml b/charts/cluster-templates/questions.yaml index 826ffc0..c23da8a 100644 --- a/charts/cluster-templates/questions.yaml +++ b/charts/cluster-templates/questions.yaml @@ -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 diff --git a/charts/cluster-templates/values-aws.yaml b/charts/cluster-templates/values-aws.yaml index 3e82e64..32abe47 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.12+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.29.8+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 9177f0f..c00519a 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.12+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.29.8+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 0fd0579..603ed46 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.12+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.29.8+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 c2029e5..776cf88 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.12+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.29.8+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 6618926..ce43cea 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.12+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.29.8+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 36fe703..dc726b9 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.12+rke2r1 # https://github.com/rancher/rke2/releases + kubernetesVersion: v1.29.8+rke2r1 # https://github.com/rancher/rke2/releases enableNetworkPolicy: true localClusterAuthEndpoint: enabled: false