From 7ea9f480892d64bc15d55b51845e203609d846cf Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Sun, 1 Oct 2023 09:05:02 +0100 Subject: [PATCH] add kube readme url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aab90117a..15019c658f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If you need advanced features, such as API Access, Advances Workflows, or Advanc ## Installation -- Install on Kubernetes with Helm (recommended for production) (coming soon) +- [Install on Kubernetes with Helm](https://artifacthub.io/packages/helm/oneuptime/oneuptime) (recommended for production) - [Install with Docker Compose](https://github.com/OneUptime/oneuptime/blob/master/Docs/Installation/DockerCompose.md) (hobby install, not recommended for production use) - [Install for local development](https://github.com/OneUptime/oneuptime/blob/master/Docs/Installation/Development.md)