Skip to content

Commit 9548b19

Browse files
committed
add helm chart in readme
1 parent fc0d0dc commit 9548b19

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,11 @@ Or if you would like to go straight to the latest commit:
116116
kubectl apply -k https://github.com/FyraLabs/chisel-operator
117117
```
118118

119-
A Helm chart will be available soon.
119+
A Helm chart is also available as an OCI artifact. You can install it using the following command:
120+
121+
```bash
122+
helm install chisel-operator oci://ghcr.io/fyralabs/chisel-operator/chisel-operator
123+
```
120124

121125
## Usage
122126

0 commit comments

Comments
 (0)