redpanda-data / kminion

KMinion is a feature-rich Prometheus exporter for Apache Kafka written in Go. It is lightweight and highly configurable so that it will meet your requirements.
MIT License
610 stars 122 forks source link

helm: Package chart v0.11.3 #212

Closed sbocinec closed 1 year ago

sbocinec commented 1 year ago

This PR packages the new helm chart version v0.11.3, which updates the app version from 2.2.3 to 2.2.5 which includes the following kminion changes:

It also fixes .gitignore that wrongly ignored all kminion files/directories in the repo, making it harder to commit helm chart changes, e.g.:

 $ git add charts/kminion/Chart.yaml 
The following paths are ignored by one of your .gitignore files:
charts/kminion
hint: Use -f if you really want to add them.
hint: Turn this message off by running
hint: "git config advice.addIgnoredFile false"