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

Chart and App version inconsistency when searching the repo #216

Closed
sivarama-p-raju opened this issue Oct 17, 2024 · 1 comment
Closed

Comments

@sivarama-p-raju
Copy link

The chart version and app version that is displayed when running helm search repo bokysan/mail is not consistent.

Sometimes, the chart and app version appear with a "v" and sometimes without.

Here is an example:

helm search repo bokysan/mail
NAME        	CHART VERSION	APP VERSION	DESCRIPTION
bokysan/mail	4.3.0        	4.3.0      	An outgoing SMTP mail relay for your applicatio...
helm search repo bokysan/mail
NAME        	CHART VERSION	APP VERSION	DESCRIPTION
bokysan/mail	v4.3.0       	v4.3.0     	An outgoing SMTP mail relay for your applicatio...

Is this expected ?

@bokysan
Copy link
Owner

bokysan commented Oct 17, 2024

Yes, unfortunately. See:

@bokysan bokysan closed this as completed Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants