Skip to content

Commit

Permalink
add helm chart in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jan 10, 2025
1 parent fc0d0dc commit 9548b19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ Or if you would like to go straight to the latest commit:
kubectl apply -k https://github.com/FyraLabs/chisel-operator
```

A Helm chart will be available soon.
A Helm chart is also available as an OCI artifact. You can install it using the following command:

```bash
helm install chisel-operator oci://ghcr.io/fyralabs/chisel-operator/chisel-operator
```

## Usage

Expand Down

0 comments on commit 9548b19

Please sign in to comment.