Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Image Tag in newest Helm Chart 1.32.2 #1383

Closed
luanaBanana opened this issue Jan 16, 2025 · 3 comments
Closed

Wrong Image Tag in newest Helm Chart 1.32.2 #1383

luanaBanana opened this issue Jan 16, 2025 · 3 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@luanaBanana
Copy link

What happened?

The newest version 1.32.2 of the helm chart doesn't contain the correct image tag.

What did you expect to happen?

I expect the image tag in the daemonset to be the same as the chart version.

How can we reproduce it (as minimally and precisely as possible)?

helm repo list 
NAME                    URL                                                         
vsphere-cpi             https://kubernetes.github.io/cloud-provider-vsphere       
            
helm show values vsphere-cpi/vsphere-cpi  --version 1.32.2 | grep tag
  tag: v1.32.1

Anything else we need to know (please consider providing level 4 or above logs of CPI)?

No response

Kubernetes version

kubectl version

Cloud provider or hardware configuration

VM

OS version

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here

Kernel (e.g. uname -a)

Install tools

Container runtime (CRI) and and version (if applicable)

Related plugins (CNI, CSI, ...) and versions (if applicable)

Others

@luanaBanana luanaBanana added the kind/bug Categorizes issue or PR as related to a bug. label Jan 16, 2025
@zhanggbj zhanggbj self-assigned this Feb 10, 2025
@zhanggbj
Copy link
Collaborator

Good catch, thanks @luanaBanana for reporting this issue! Assign it to me.

@zhanggbj
Copy link
Collaborator

zhanggbj commented Feb 11, 2025

This is fixed. Please try again after helm repo update. Thanks!

% helm repo update
...Successfully got an update from the "vsphere-cpi" chart repository
Update Complete. ⎈Happy Helming!⎈
% helm show values vsphere-cpi/vsphere-cpi|grep tag
  tag: v1.32.2

@luanaBanana
Copy link
Author

Thanks it's fixed !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants