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

Helm chart contains old version #21

Closed thevops closed 1 year ago

thevops commented 1 year ago

Chart version 1.1.2 is the latest and it uses old 1.6 app version.

❯ helm search repo deliveryhero/k8s-event-logger
NAME                            CHART VERSION   APP VERSION DESCRIPTION
deliveryhero/k8s-event-logger   1.1.2           1.6         This chart runs a pod that simply watches Kuber...

❯ helm template --version 1.1.2 deliveryhero/k8s-event-logger | grep image
          image: "maxrocketinternet/k8s-event-logger:1.6"

Do you plan to upgrade the chart?

max-rocket-internet commented 1 year ago

https://github.com/max-rocket-internet/k8s-event-logger/pull/22 https://github.com/deliveryhero/helm-charts/pull/482