From 9548b190a2dd2dadf3a477ffa5e13219324d62d1 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Sat, 11 Jan 2025 05:11:00 +0700 Subject: [PATCH] add helm chart in readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b0b121..84e50e1 100644 --- a/README.md +++ b/README.md @@ -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