kube-vip/helm-charts

Versions not updated

simon-sebold opened this issue · 6 comments

The version of kube-vip-cloud-provider is v0.0.10 but helm chart deploys v0.0.4
The version of kube-vip is v0.8.1 but helm chart deploys v0.8.0

According to https://github.com/kube-vip/helm-charts/tags the latest helm chart should be 0.6.2, but in the repo only 0.6.1 is available. Are the github actions not working?

$ helm search repo kube-vip/kube-vip --versions
NAME                            	CHART VERSION	APP VERSION	DESCRIPTION                             
kube-vip/kube-vip               	0.6.1        	v0.8.0     	A Helm chart for kube-vip               
kube-vip/kube-vip               	0.6.0        	v0.8.0     	A Helm chart for kube-vip               
kube-vip/kube-vip               	0.5.0        	v0.7.0     	A Helm chart for kube-vip               
kube-vip/kube-vip               	0.4.4        	v0.4.1     	A Helm chart for kube-vip               
kube-vip/kube-vip               	0.4.2        	v0.4.1     	A Helm chart for kube-vip               
kube-vip/kube-vip               	0.4.1        	v0.4.1     	A Helm chart for kube-vip               
kube-vip/kube-vip               	0.4.0        	v0.4.0     	A Helm chart for kube-vip               
kube-vip/kube-vip               	0.3.7        	v0.3.7     	A Helm chart for kube-vip               
kube-vip/kube-vip               	0.3.6        	v0.3.6     	A Helm chart for kube-vip               
kube-vip/kube-vip-cloud-provider	0.2.2        	v0.0.4     	A Helm chart for kube-vip cloud provider
kube-vip/kube-vip-cloud-provider	0.2.1        	v0.0.1     	A Helm chart for Kubernetes             
kube-vip/kube-vip-cloud-provider	0.2.0        	v0.0.1     	A Helm chart for Kubernetes             
kube-vip/kube-vip-cloud-provider	0.1.0        	0.1        	A Helm chart for Kubernetes             

Aside from that, there should be an app version 0.8.4 now based on https://github.com/kube-vip/kube-vip/tags

It looks like all updates since about 1.5 years ago (6e1e44f) have not been published in a new chart version of KV-CP.

This can be very confusing, I was trying to figure out why the affinity was not working (https://github.com/kube-vip/helm-charts/blob/main/charts/kube-vip-cloud-provider/templates/deployment.yaml#L31) , it is just because the chart hasn't been updated. #25 was closed but without a published chart version providing the fix.

here too! please push tags to chart repo

@thebsdbox please take a look at this

image

@Fahl-Design
The pull request #48 is already awaiting approval.

#49 did not completely fix this as intended but #54 did.