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

[Helm3] Use default chart values for rendering the Changes tab when upgrading #1443

Merged
merged 1 commit into from
Jan 13, 2020

Conversation

andresmgot
Copy link
Contributor

Description of the change

In Helm 3, the raw values used to install a chart are no longer persisted in the cluster. We were using those values to show the difference between the new values to be installed and the existing values (when upgrading).

Since we can't do that anymore, we can still compare the original values plus any modification made that are actually stored.

Benefits

It's possible to show real changes between versions using Helm 3:

Screenshot from 2020-01-13 17-56-11

Possible drawbacks

As explained in #1423, any modification made as comments will be lost (since those comments are not persisted anywhere).

Applicable issues

Additional information

Copy link
Contributor

@absoludity absoludity left a comment

Choose a reason for hiding this comment

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

Great, thanks Andres.

@absoludity absoludity merged commit 72a2088 into master Jan 13, 2020
@andresmgot andresmgot deleted the changesRaw branch January 16, 2020 14:49
@SimonAlling SimonAlling mentioned this pull request Jan 22, 2020
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.

Kubeapps with Helm3 loses raw user chart config
2 participants