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

Upgrade alpine version and go libraries #8

Closed petre closed 2 years ago

petre commented 2 years ago

Maybe we can convince Infosec team to allow us run this container if it has less vulnerabilities.

petre commented 2 years ago

Would you please release a new docker image? I can also create a PR for the helm chart with the updated version. Maybe it makes sense to automate generating a new docker image and pushing it to the docker hub.

max-rocket-internet commented 2 years ago

Would you please release a new docker image?

Sure.

I can also create a PR for the helm chart with the updated version.

That would be great. There's a chart in this repo and another one in a proper repo here: https://github.com/deliveryhero/helm-charts/tree/master/stable/k8s-event-logger

Maybe it makes sense to automate generating a new docker image and pushing it to the docker hub.

Perhaps but new releases don't happen often for this project 🙂

max-rocket-internet commented 2 years ago

Would you please release a new docker image?

Done: https://hub.docker.com/layers/k8s-event-logger/maxrocketinternet/k8s-event-logger/1.6/images/sha256-a2c67547367fca6696dcb5cfc978f3e19fc617fb8c954ba7345a8feb97b1ec8a?context=explore

petre commented 2 years ago

I created the PR on the main chart: https://github.com/deliveryhero/helm-charts/pull/324