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

Bump helm to v3.14.1 #43

Merged
merged 3 commits into from
Mar 15, 2024
Merged

Bump helm to v3.14.1 #43

merged 3 commits into from
Mar 15, 2024

Conversation

vardhaman22
Copy link
Contributor

@vardhaman22 vardhaman22 commented Feb 23, 2024

  1. bump helm to v3.14.1 and go to 1.21

  2. fixes an issue with helm change in v3.14.1
    till helm v3.13.x engine initialization was based on config: ref and because of that the check to create engine's lookup func pass in case of nil config.
    but in helm v3.14.x clientprovider is introduced and the clientProvider is not nil even if we pass nil config. ref
    and then the check is also modified and now relies on the clientprovider.
    So if we initialize Engine using New function with nil config it will cause this lookup function to be used even though the config is nil now. Which can cause issues while rendering templates. That's why replaced the constructor call with type initialization.

  3. bump golangci-lint to v1.54.0

@recena
Copy link

recena commented Mar 8, 2024

@vardhaman22 Any chance to get this PR merged?

@vardhaman22
Copy link
Contributor Author

@vardhaman22 Any chance to get this PR merged?

@recena
@adamkpickering has a ticket open for the access to merge in this repo. Once that is done we can merge.

@adamkpickering adamkpickering merged commit 6a4f5cd into rancher:main Mar 15, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

3 participants