Skip to content

Commit

Permalink
updated for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed May 24, 2024
1 parent 81c13c6 commit 83c6a3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.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
5 changes: 4 additions & 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.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. ⚠️

Expand All @@ -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
```
Expand Down
5 changes: 4 additions & 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.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. ⚠️

Expand All @@ -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
```
Expand Down

0 comments on commit 83c6a3b

Please sign in to comment.