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

Don't require values for helm.Release #1761

Merged
merged 9 commits into from
Oct 8, 2021

Conversation

lblackstone
Copy link
Member

Proposed changes

Related issues (optional)

Fix #1714

The helm.Release resource was not checking for computed
values in the configuration during preview, which led to
various failures in code that expects only resolved values.
@github-actions
Copy link

github-actions bot commented Oct 7, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@github-actions
Copy link

github-actions bot commented Oct 7, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link
Member

@mikhailshilkov mikhailshilkov left a comment

Choose a reason for hiding this comment

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

The values change LGTM. Could we add a test?

@lblackstone
Copy link
Member Author

The values change LGTM. Could we add a test?

Removed an empty values object from an existing test to show that it works.

@lblackstone
Copy link
Member Author

Note that this PR is based on #1760 to avoid test change conflicts.

Only a3061cd and 32e2314 are relevant to this change.

@github-actions
Copy link

github-actions bot commented Oct 8, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link
Contributor

@viveklak viveklak left a comment

Choose a reason for hiding this comment

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

LGTM - Looks like you will serialize merging these anyway,

@github-actions
Copy link

github-actions bot commented Oct 8, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@lblackstone lblackstone merged commit 4e8bd49 into master Oct 8, 2021
@pulumi-bot pulumi-bot deleted the lblackstone/required-values branch October 8, 2021 17:24
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.

helm.v3.Release requires values even they arent't needed
3 participants