From 83c6a3b1c99d2dc332364e37b127e0055d87ab6d Mon Sep 17 00:00:00 2001 From: Zack Brady Date: Fri, 24 May 2024 09:07:06 -0400 Subject: [PATCH] updated for latest release --- charts/cluster-templates/Chart.yaml | 4 ++-- charts/cluster-templates/README.md | 5 ++++- charts/cluster-templates/app-readme.md | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/charts/cluster-templates/Chart.yaml b/charts/cluster-templates/Chart.yaml index 71e95da..5fa5e03 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.0 -appVersion: 0.5.0 +version: 0.5.1 +appVersion: 0.5.1 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 463f8fb..93cdb3b 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.0` | `v0.5.0` | +| application | `v0.5.1` | `v0.5.1` | ⚠️ This project is still in active development. As we continued to develop it, there will be breaking changes. ⚠️ @@ -23,11 +23,14 @@ ## Installing the Chart +### Helm Install via Repository + ```bash helm repo add cluster-templates https://rancherfederal.github.io/rancher-cluster-templates helm upgrade -i cluster cluster-templates/rancher-cluster-templates -n fleet-default -f values.yaml ``` +## Helm Install via Registry ```bash helm upgrade -i cluster oci://ghcr.io/rancherfederal/charts/rancher-cluster-templates -n fleet-default -f values.yaml ``` diff --git a/charts/cluster-templates/app-readme.md b/charts/cluster-templates/app-readme.md index 463f8fb..93cdb3b 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.0` | `v0.5.0` | +| application | `v0.5.1` | `v0.5.1` | ⚠️ This project is still in active development. As we continued to develop it, there will be breaking changes. ⚠️ @@ -23,11 +23,14 @@ ## Installing the Chart +### Helm Install via Repository + ```bash helm repo add cluster-templates https://rancherfederal.github.io/rancher-cluster-templates helm upgrade -i cluster cluster-templates/rancher-cluster-templates -n fleet-default -f values.yaml ``` +## Helm Install via Registry ```bash helm upgrade -i cluster oci://ghcr.io/rancherfederal/charts/rancher-cluster-templates -n fleet-default -f values.yaml ```