flannel-io / flannel

flannel is a network fabric for containers, designed for Kubernetes
Apache License 2.0
8.61k stars 2.87k forks source link

Version not updated in the latest helm charts for 0.23.0 #1821

Closed roshanirathi closed 7 months ago

roshanirathi commented 8 months ago

The version in Chart.yaml in the 0.23.0 charts still shows 0.22.3. The image version is also not updated

Expected Behavior

The helm charts and images should be updated for every version.

rbrtbnfgl commented 8 months ago

The files on the source aren't automatically updated during the release and they have to be manually updated and it could happen that that it's missed I'll update them. I suggest you to always use the files published during the release that have always the right version value. In case of the chart you can use https://github.com/flannel-io/flannel/releases/download/v0.23.0/flannel.tgz

roshanirathi commented 7 months ago

Thanks a lot, I will use this