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 upgrade uses reuse-values by default #525

Closed
joejulian opened this issue Feb 10, 2023 · 9 comments · May be fixed by #652
Closed

helm upgrade uses reuse-values by default #525

joejulian opened this issue Feb 10, 2023 · 9 comments · May be fixed by #652
Labels

Comments

@joejulian
Copy link
Contributor

Is this a request for help?:


Is this a BUG REPORT or FEATURE REQUEST? (choose one):

BUG REPORT

Version of Helm and Kubernetes:

version.BuildInfo{Version:"v3.11.0", GitCommit:"472c5736ab01133de504a826bd9ee12cbe4e7904", GitTreeState:"clean", GoVersion:"go1.19.5"}

ct version 2.7.1

What happened:
Upgrade failed when adding a new subchart in the new version because the new default chart values are ignored when reuse-values is specified. This caused the overrides in the new parent chart's values to be omitted and the subcharts defaults were used instead. As those overrides are required for the subchart to be a subchart, this caused the upgrade to fail.

When testing without reuse-values the upgrade is performed correctly.

Since using that flag is not a commonly documented way of upgrading charts, it should not be the default.

What you expected to happen:

I expected the common helm upgrade <release> <chart> --wait to be executed.

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know:

@xDmitriev
Copy link

xDmitriev commented Feb 10, 2023

I faced the exactly same issue. When I added new items in values.yaml, ct install --upgrade is failed all the time since it does not respect new values

joejulian added a commit to joejulian/helm-charts that referenced this issue Feb 11, 2023
use my fork for chart-testing until a change can be merged upstream to
not use the `--reuse-values` flag

helm/chart-testing#525
alejandroEsc added a commit to redpanda-data/helm-charts that referenced this issue Feb 13, 2023
* redpanda: add console as subchart to redpanda

* use my fork until we can get changes upstream

use my fork for chart-testing until a change can be merged upstream to
not use the `--reuse-values` flag

helm/chart-testing#525

* allow postStart first-sasl-user hack to run even with only one replica

* fix: type

* Delete admin.conf

---------

Co-authored-by: alejandroesc <jaescobar.cell@gmail.com>
@xDmitriev
Copy link

Guys, what is the historical reason for having --reuse-values hardcoded here?

"--reuse-values", "--wait", h.extraArgs, h.extraSetArgs); err != nil {

@xDmitriev
Copy link

@joejulian Does the upgrade mode work in your case, if you remove --reuse-values flag? Asking because it does not work in my case, I tried my own and your images, and there is a timed out waiting for the condition during the chart upgrade. But in fact, all pods getting ready after the upgrade, for some reason helm does not see that.

@joejulian
Copy link
Contributor Author

@xDmitriev Yes, it works great.

@xDmitriev
Copy link

@xDmitriev Yes, it works great.

Could you please share your CLI arguments? Or is it just ct install --upgrade ?

Copy link

github-actions bot commented Nov 3, 2023

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Nov 3, 2023
Copy link

github-actions bot commented Nov 8, 2023

This issue was closed because it has been stalled for 5 days with no activity.

@tthvo
Copy link

tthvo commented May 13, 2024

I think it is still useful to have and considering helm/helm#9653, we can also add support for --reset-then-reuse-values. Any on-going work to continue #531 @joejulian ?

I can try (relatively new here) and help take a look into it if needed :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants