jtblin / kube2iam

kube2iam provides different AWS IAM roles for pods running on Kubernetes
BSD 3-Clause "New" or "Revised" License
1.96k stars 318 forks source link

not seeing 3.x.x version in helm charts #364

Open yrsurya opened 10 months ago

yrsurya commented 10 months ago

helm search repo -l kube2iam/kube2iam (base)

NAME CHART VERSION APP VERSION DESCRIPTION kube2iam/kube2iam 2.6.0 0.10.9 Provide IAM credentials to pods based on annota... kube2iam/kube2iam 2.5.2 0.10.9 Provide IAM credentials to pods based on annota...

I am trying to upgrade version to get support for IMDSV2 but not seeing 3.x.x version pushed to helm chart - https://artifacthub.io/packages/helm/kube2iam/kube2iam

Is there any other place to check?

yrsurya commented 10 months ago

@jtblin Any updates on above?

rajatkuthiala commented 5 months ago

Still dont see one

lneves75 commented 4 months ago

I was also trying to figure out why. #357 was aiming to bump the chart version. Seems that Release Charts / release (push) workflow failed. The log is no longer available.

Rendering the chart for 2.6.0 and 3.2.0 only shows differences in the image tag and the addition of a readinessProbe.

If you only need the support for IMDSV2, even with chart 2.6.0, you can just specify just an image that contains it. I tried 0.11.2 and it works fine.