From 951d181a03dd2d817ec4f0e72ac069504f68e7d4 Mon Sep 17 00:00:00 2001 From: Dinesh Kumar <36758667+dineshkumar181094@users.noreply.github.com> Date: Thu, 28 Dec 2023 11:16:30 +0530 Subject: [PATCH] Updated installation instruction as bitnami removed this helm charts --- helm/kubewatch/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/kubewatch/README.md b/helm/kubewatch/README.md index 130e2066..1ed73b71 100644 --- a/helm/kubewatch/README.md +++ b/helm/kubewatch/README.md @@ -9,8 +9,8 @@ Kubewatch is a Kubernetes watcher that currently publishes notification to Slack ## TL;DR ```console -$ helm repo add bitnami https://charts.bitnami.com/bitnami -$ helm install my-release bitnami/kubewatch +$ helm repo add robusta https://robusta-charts.storage.googleapis.com && helm repo update +$ helm install my-release robusta/kubewatch ``` ## Introduction