Update Helm release cert-manager to v1.20.2
No problems deploying cert-manager to Proxmox VE K3s Kubernetes cluster via Helm Chart and Flux V2 reconciliation in a GitOps approach with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| cert-manager (source) | patch | v1.20.1 → v1.20.2 |
Release Notes
cert-manager/cert-manager (cert-manager)
v1.20.2
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
v1.20.2 fixes invalid YAML generated in the Helm chart when both webhook.config
and webhook.volumes are defined, and bumps Go to 1.26.2 along with dependencies
to address reported vulnerabilities.
Changes by Kind
Bug or Regression
- Helm: Fix invalid YAML generated when both
webhook.configandwebhook.volumesare defined. (#8665, @cert-manager-bot)