-
Notifications
You must be signed in to change notification settings - Fork 2
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
Problem with updating multiple charts with this same version #9
Comments
Hi @luafanti, thanks for the bug report, I can see where the problem is. |
I made workaround with the below snippet but will be great if you will resolve it and we are able to use your tool without any tricks :)
|
Hi @luafanti, |
Thx @pete911 for a quick update. I need to clarify one thing I expect to have releases per chart, but maybe my assumption is wrong and if I want to achieve it I always need to iterate over all subdirectories in |
Hi @luafanti, the idea was to use one repo for a project/app plus its helm chart. As far as I understand the release has to be tagged. I tag it with the chart version. The problem is when you have two or more charts with the same version, I am going to check and test if the same tag can be used for different releases. Also I am not sure how it is going to work if I have lets say chart A version 0.1, chart B version 0.2, update chart A to 0.2 - tag 0.2 already exists but points to older commit. |
I have a problem with your tool when I try to update multiple charts under
/charts
directory with this same version.I have two charts:
I bumped the version for both of them to 2.0.10
HCR tool updates version for one of them and return information for the second chart that version 2.0.10 already exists.
Could you help me with this problem? Maybe I missed some part of configuration?
The text was updated successfully, but these errors were encountered: