Closed vikashsingh2310 closed 1 year ago
@aantn could you please help with this?
Happening for me too, kubewatch chart does not exist in the bitnami repo.
> helm search repo bitnami/kubewatch
No results found
Its also not listed here
I've got this : helm search repo bitnami/kubewatch NAME CHART VERSION APP VERSION bitnami/kubewatch 3.3.4 0.1.0
@maxospiquante How did you get this?
I tried this but no results found .
helm search repo bitnami/kubewatch No results found
oh I helm repo update and now I no more results ... :-|
Hey, looking into it!
Thanks!
@aantn I am also facing same Issue.
same. no results
Hey all, @arikalon1 is working on this and we will release a fix soon. Looks like Bitnami removed the chart from their repository, so we're going to maintain it ourselves.
The chart is now available from robusta's helm repo.
helm repo add robusta https://robusta-charts.storage.googleapis.com && helm repo update
helm install kubewatch robusta/kubewatch --set='rbac.create=true,slack.channel=#YOUR_CHANNEL,slack.token=xoxb-YOUR_TOKEN,resourcesToWatch.pod=true,resourcesToWatch.daemonset=true'
Hey all, we've updated the README to point at the new repo.
https://github.com/robusta-dev/kubewatch#using-helm
I've also tagged a new release.
thanks @arikalon1 @aantn
Hi , The latest kubewatch helm package is not indexed in bitnami.Is there any new link for this
helm install kubewatch bitnami/kubewatch --set='rbac.create=true,slack.channel=#YOUR_CHANNEL,slack.token=xoxb-YOUR_TOKEN,resourcesToWatch.pod=true,resourcesToWatch.daemonset=true'