-
Notifications
You must be signed in to change notification settings - Fork 116
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
Improved search functionality for Helm Import #2610
Conversation
CHANGELOG.md
Outdated
@@ -4,6 +4,7 @@ | |||
- helm.v3.Release: Improved cancellation support (https://github.com/pulumi/pulumi-kubernetes/pull/2579) | |||
- Update Kubernetes client library to v0.28.2 (https://github.com/pulumi/pulumi-kubernetes/pull/2585) | |||
- Fix for Helm Import regression (https://github.com/pulumi/pulumi-kubernetes/pull/2605) | |||
- Improved search functionality for Helm Import (https://github.com/pulumi/pulumi-kubernetes/pull/2610) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rebase this PR on top of the latest master? This line might end up in the wrong place if we don't rebase correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I will rebase carefully after #2596 is merged.
a02c6a8
to
2260a00
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
Proposed changes
This PR enhances the
Release
resource to search harder for a matching chart when importing a release. When Helm installs a chart, it doesn't record any information about the chart location, simply its name. Pulumi attempts to locate a chart:nginx/
) in the program directory.nginx-15.3.4.tgz
).Related issues (optional)