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
Running helm upgrade on an existing release of the temporal chart.
Describe the bug
Schema migrations are performed in a Job, but the resource is never garbage collected. When trying to upgrade the release, helm fails because the Job resource has immutable fields.
Minimal Reproduction
Install helm chart
Try to upgrade helm release
Environment/Versions
Temporal Version: helm chart 0.45.0
Additional context
The text was updated successfully, but these errors were encountered:
What are you really trying to do?
Running
helm upgrade
on an existing release of the temporal chart.Describe the bug
Schema migrations are performed in a
Job
, but the resource is never garbage collected. When trying to upgrade the release, helm fails because theJob
resource has immutable fields.Minimal Reproduction
Environment/Versions
Additional context
The text was updated successfully, but these errors were encountered: