-
Notifications
You must be signed in to change notification settings - Fork 239
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
CI script to update fleet reset values #2261
Conversation
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.
My confidence in this as a fix is pretty low... but this is worth trying :)
Edit: this doesn't seem to fix anything though, right?
Values handling changed in recent Helm versions, maybe that's related. Using the new switch `--reset-then-reuse-values`: > when upgrading, reset the values to the ones built into the chart, apply the last release's values and merge in any overrides from the command line via --set and -f. If '--reset-values' or '--reuse-values' is specified, this is ignored
44c17ee
to
8b1640a
Compare
Notes on
|
This is green now: https://github.com/rancher/fleet/actions/runs/8556611140 |
Still seeing problems with https://github.com/rancher/fleet/actions/workflows/rancher-upgrade-fleet-to-head.yml
Values handling changed in recent Helm versions, maybe that's related. Using the new switch
--reset-then-reuse-values
: