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

Helm components should always use version information #949

Merged
merged 2 commits into from
Sep 24, 2020

Conversation

Nokel81
Copy link
Collaborator

@Nokel81 Nokel81 commented Sep 22, 2020

Signed-off-by: Sebastian Malton sebastian@malton.name

fixes #853

Helm seems to either want --devel or a --version to be set when listing items. Since we are already using version information in some places I felt it would be better to use it in all places.

This PR also refactors HelmChartDetails so that the promises are not called in non async functions and then not awaited. This was done to prevent the two occurrences of UnhandledPromiseRejections.

Signed-off-by: Sebastian Malton <sebastian@malton.name>
@Nokel81 Nokel81 added the bug Something isn't working label Sep 22, 2020
@Nokel81 Nokel81 requested a review from a team September 22, 2020 21:03
@Nokel81 Nokel81 self-assigned this Sep 22, 2020
Copy link
Contributor

@nevalla nevalla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added minor comment, otherwise LGTM

@nevalla nevalla added this to the 3.6.5 milestone Sep 24, 2020
Signed-off-by: Sebastian Malton <sebastian@malton.name>
@Nokel81
Copy link
Collaborator Author

Nokel81 commented Sep 24, 2020

fixes #905

@Nokel81 Nokel81 merged commit 5401c99 into lensapp:master Sep 24, 2020
@Nokel81 Nokel81 deleted the refactor-helm-charts branch September 24, 2020 13:54
This was referenced Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't install development charts
2 participants