Update cert-manager from 1.17.4 to 1.19.4
What does this MR do?
Update cert-manager from 1.17.4 to 1.19.4
Update cert-manager to a supported version. Also changes to pull cert-manager from the OCI registry, which is the recommended way to pull/install the cert-manager chart.
- OCI docs: https://cert-manager.io/docs/installation/helm/#installing-from-the-oci-registry
- Upgrade to 1.18: https://cert-manager.io/docs/releases/upgrading/upgrading-1.17-1.18
- Upgrade to 1.19: https://cert-manager.io/docs/releases/upgrading/upgrading-1.18-1.19
Changelog: changed
Background
Certmanager 1.17 is EOL and does not match our supported K8s releases. By updating to 1.19 we jump to the latest supported version and align with our supported K8s releases.
Related issues
Relates Certmanager failing to issue multiple certifica... (#6257)
Test Plan
- Install GitLab with certmanager 1.17
- Confirm certificates are issued as expected
- Upgrade to GitLab with certmanager 1.19
- Confirm TLS continues to work
- Trigger a Certificate renew (
cmctl renew --namespace gitlab --all) - Confirms certicates have been renewed and continue to work
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 foromnibus-gitlabopened.
Reviewers checklist
- MR has a green pipeline on https://gitlab.com/gitlab-org/charts/gitlab.
- Consider downstream impact to the Operator, as per evaluating impact from changes to GitLab chart.