robusta-dev / kubewatch

Watch k8s events and trigger Handlers
Apache License 2.0
605 stars 85 forks source link

Bitnami helm package index not found #14

Closed vikashsingh2310 closed 1 year ago

vikashsingh2310 commented 1 year ago

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'

vikashsingh2310 commented 1 year ago

@aantn could you please help with this?

adamyaziji commented 1 year ago

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

maxospiquante commented 1 year ago

I've got this : helm search repo bitnami/kubewatch NAME CHART VERSION APP VERSION bitnami/kubewatch 3.3.4 0.1.0

vikashsingh2310 commented 1 year ago

@maxospiquante How did you get this? I tried this but no results found . helm search repo bitnami/kubewatch No results found

maxospiquante commented 1 year ago

oh I helm repo update and now I no more results ... :-|

aantn commented 1 year ago

Hey, looking into it!

vikashsingh2310 commented 1 year ago

Thanks!

sreenusuuda commented 1 year ago

@aantn I am also facing same Issue.

ntman4real commented 1 year ago

same. no results

aantn commented 1 year ago

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.

arikalon1 commented 1 year ago

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'
aantn commented 1 year ago

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.

vikashsingh2310 commented 1 year ago

thanks @arikalon1 @aantn