Skip to content

Revert certmanager-issuer time zone change

What does this MR do?

This backports !4043 (merged) to 8-7-stable.

!3649 (merged) add a timezone env change for all pods, but this breaks existing deployments of certmanager-issuer since the spec is immutable.

The only workarounds are:

  1. Manually remove the certmanager-issuer job

  2. Use helm upgrade --force (https://github.com/cert-manager/cert-manager/issues/1927)

Let's revert this change to minimize the impact on existing installations. New installations may run into the same issue, however.

Relates to gitlab-com/gl-infra/delivery#20801 (closed)

Changelog: fixed

Related issues

Author checklist

For general guidance, please follow our Contributing guide.

Required

For anything in this list which will not be completed, please provide a reason in the MR discussion.

  • Merge Request Title and Description are up to date, accurate, and descriptive.
  • MR targeting the appropriate branch.
  • MR has a green pipeline.
  • Documentation created/updated.
  • Tests added/updated, and test plan for scenarios not covered by automated tests.
  • Equivalent MR/issue for omnibus-gitlab opened.

Reviewers checklist

Edited by Stan Hu

Merge request reports

Loading