Open kosmoz opened 1 month ago
Can be fixed by setting the ttlSecondsAfterFinished
on the Job. I will create a PR shortly.
Another alternative is to specify the job as a pre-install
hook. Will create a PR with this approach.
Please give https://github.com/temporalio/helm-charts/pull/564 a try.
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