We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0d0dc commit 9548b19Copy full SHA for 9548b19
README.md
@@ -116,7 +116,11 @@ Or if you would like to go straight to the latest commit:
116
kubectl apply -k https://github.com/FyraLabs/chisel-operator
117
```
118
119
-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:
120
+
121
+```bash
122
+helm install chisel-operator oci://ghcr.io/fyralabs/chisel-operator/chisel-operator
123
+```
124
125
## Usage
126
0 commit comments