You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On upgrade upgradeOptions.DependencyUpdate is not set from the chartSpec and no dependencyupdate is implemented for upgrade.
My troubleshooting in client.go:
In the func 'upgrade(ctx context.Context, spec *ChartSpec)': there is only a check validating that all dependencies are there, but the flag upgradeOptions.DependencyUpdate is never set or read.
I see no harm in adding the dependencyUpdate in upgrade analogous to the install command.
On upgrade upgradeOptions.DependencyUpdate is not set from the chartSpec and no dependencyupdate is implemented for upgrade.
My troubleshooting in client.go:
I see no harm in adding the dependencyUpdate in upgrade analogous to the install command.
Relates to #78
The text was updated successfully, but these errors were encountered: