max-rocket-internet / k8s-event-logger

Watches k8s cluster events and logs them to stdout in JSON
GNU General Public License v3.0
219 stars 30 forks source link

chart releaser integration #10

Closed vincentmrg closed 2 years ago

vincentmrg commented 2 years ago

Hello, First of all, thank you for maintaining this tool, I appreciate to use it!

However, I have difficulty using it since I upgraded my kubernetes clusters to 1.22. I use the deliveryhero charts repository, but this one still uses the rbac.authorization.k8s.io/v1beta1 api (deprecated since kubernetes 1.22).

It could be good to host the charts directly on this repository using the chart-releaser action (allows to host the charts using GitHub Pages).

vincentmrg commented 2 years ago

My bad, i hadn't seen version 1.1 which fixed this problem. Please ignore this message