Skip to content

fix(container): update image quay.io/jetstack/charts/cert-manager ( v1.20.0 → v1.20.1 )#503

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/quay.io-jetstack-charts-cert-manager-1.x
Open

fix(container): update image quay.io/jetstack/charts/cert-manager ( v1.20.0 → v1.20.1 )#503
renovate[bot] wants to merge 1 commit intomainfrom
renovate/quay.io-jetstack-charts-cert-manager-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 29, 2026

This PR contains the following updates:

Package Update Change
quay.io/jetstack/charts/cert-manager (source) patch v1.20.0v1.20.1

Release Notes

cert-manager/cert-manager (quay.io/jetstack/charts/cert-manager)

v1.20.1

Compare Source

v1.20.1

Compare Source

v1.20.1 fixes an issue for OpenShift users that has to do with the finalizer RBAC, bumps gRPC to address a reported non-affecting vulnerability, and fixes a duplicate parentRef bug when both issuer config and annotations are present (Gateway API).

Bug or Regression
  • Fixed duplicate parentRef bug when both issuer config and annotations are present. (#​8658, @​hjoshi123)
  • Add missing issuer finalizer RBAC to the order controller to support owner references. This was preventing OpenShift users from being able to upgrade to v1.20.0. (#​8655, @​erikgb)
  • Bump google.golang.org/grpc to fix vulnerability reported by scanners. This isn't a vulnerability that affects cert-manager, but we are bumping it because it is reported by scanners. (#​8657, @​erikgb)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/quay.io-jetstack-charts-cert-manager-1.x branch from 80d4fab to 290fff1 Compare April 3, 2026 15:59
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

--- HelmRelease: cert-manager/cert-manager ClusterRole: cert-manager/cert-manager-controller-orders

+++ HelmRelease: cert-manager/cert-manager ClusterRole: cert-manager/cert-manager-controller-orders

@@ -47,12 +47,19 @@

   - acme.cert-manager.io
   resources:
   - orders/finalizers
   verbs:
   - update
 - apiGroups:
+  - cert-manager.io
+  resources:
+  - clusterissuers/finalizers
+  - issuers/finalizers
+  verbs:
+  - update
+- apiGroups:
   - ''
   resources:
   - secrets
   verbs:
   - get
   - list
--- HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager-cainjector

+++ HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager-cainjector

@@ -35,13 +35,13 @@

       securityContext:
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault
       containers:
       - name: cert-manager-cainjector
-        image: quay.io/jetstack/cert-manager-cainjector:v1.20.0
+        image: quay.io/jetstack/cert-manager-cainjector:v1.20.1
         imagePullPolicy: IfNotPresent
         args:
         - --v=2
         - --leader-election-namespace=kube-system
         ports:
         - containerPort: 9402
--- HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager

+++ HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager

@@ -35,19 +35,19 @@

       securityContext:
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault
       containers:
       - name: cert-manager-controller
-        image: quay.io/jetstack/cert-manager-controller:v1.20.0
+        image: quay.io/jetstack/cert-manager-controller:v1.20.1
         imagePullPolicy: IfNotPresent
         args:
         - --v=2
         - --cluster-resource-namespace=$(POD_NAMESPACE)
         - --leader-election-namespace=kube-system
-        - --acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.20.0
+        - --acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.20.1
         - --max-concurrent-challenges=60
         - --dns01-recursive-nameservers-only=true
         - --dns01-recursive-nameservers=https://1.1.1.1:443/dns-query,https://1.0.0.1:443/dns-query
         ports:
         - containerPort: 9402
           name: http-metrics
--- HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager-webhook

+++ HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager-webhook

@@ -35,13 +35,13 @@

       securityContext:
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault
       containers:
       - name: cert-manager-webhook
-        image: quay.io/jetstack/cert-manager-webhook:v1.20.0
+        image: quay.io/jetstack/cert-manager-webhook:v1.20.1
         imagePullPolicy: IfNotPresent
         args:
         - --v=2
         - --secure-port=10250
         - --dynamic-serving-ca-secret-namespace=$(POD_NAMESPACE)
         - --dynamic-serving-ca-secret-name=cert-manager-webhook-ca

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

--- kubernetes/apps/cert-manager/cert-manager/app Kustomization: flux-system/cert-manager OCIRepository: cert-manager/cert-manager

+++ kubernetes/apps/cert-manager/cert-manager/app Kustomization: flux-system/cert-manager OCIRepository: cert-manager/cert-manager

@@ -11,9 +11,9 @@

 spec:
   interval: 1h
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: v1.20.0
+    tag: v1.20.1
   url: oci://quay.io/jetstack/charts/cert-manager
 

@renovate renovate bot force-pushed the renovate/quay.io-jetstack-charts-cert-manager-1.x branch from 290fff1 to 9133933 Compare April 3, 2026 16:29
@renovate renovate bot force-pushed the renovate/quay.io-jetstack-charts-cert-manager-1.x branch from 9133933 to 0436ad3 Compare April 3, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants