Skip to content

fix(helm): update chart cert-manager to v1.20.2#1476

Open
roybatty-bot[bot] wants to merge 1 commit intomainfrom
renovate/patch-cert-manager
Open

fix(helm): update chart cert-manager to v1.20.2#1476
roybatty-bot[bot] wants to merge 1 commit intomainfrom
renovate/patch-cert-manager

Conversation

@roybatty-bot
Copy link
Copy Markdown
Contributor

@roybatty-bot roybatty-bot bot commented Apr 13, 2026

This PR contains the following updates:

Package Update Change
cert-manager (source) patch v1.20.1v1.20.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cert-manager/cert-manager (cert-manager)

v1.20.2

Compare Source

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
Other (Cleanup or Flake)

Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

@roybatty-bot roybatty-bot bot requested a review from elraro as a code owner April 13, 2026 09:27
@roybatty-bot roybatty-bot bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/kubernetes and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 13, 2026
@roybatty-bot
Copy link
Copy Markdown
Contributor Author

roybatty-bot bot commented Apr 13, 2026

Path: cluster/core/cert-manager/helm-release.yaml
Version: v1.20.1 -> v1.20.2

@@ -865,7 +865,7 @@
 type: RuntimeDefault
 containers:
 - name: cert-manager-cainjector
- image: "quay.io/jetstack/cert-manager-cainjector:v1.20.1"
+ image: "quay.io/jetstack/cert-manager-cainjector:v1.20.2"
 imagePullPolicy: IfNotPresent
 args:
 - --v=2
@@ -921,13 +921,13 @@
 type: RuntimeDefault
 containers:
 - name: cert-manager-controller
- image: "quay.io/jetstack/cert-manager-controller:v1.20.1"
+ image: "quay.io/jetstack/cert-manager-controller:v1.20.2"
 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.1
+ - --acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.20.2
 - --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
@@ -1001,7 +1001,7 @@
 type: RuntimeDefault
 containers:
 - name: cert-manager-webhook
- image: "quay.io/jetstack/cert-manager-webhook:v1.20.1"
+ image: "quay.io/jetstack/cert-manager-webhook:v1.20.2"
 imagePullPolicy: IfNotPresent
 args:
 - --v=2
@@ -1239,7 +1239,7 @@
 type: RuntimeDefault
 containers:
 - name: cert-manager-startupapicheck
- image: "quay.io/jetstack/cert-manager-startupapicheck:v1.20.1"
+ image: "quay.io/jetstack/cert-manager-startupapicheck:v1.20.2"
 imagePullPolicy: IfNotPresent
 args:
 - check

@github-actions
Copy link
Copy Markdown

kics-logo

KICS version: v2.1.20

Category Results
CRITICAL CRITICAL 0
HIGH HIGH 52
MEDIUM MEDIUM 91
LOW LOW 146
INFO INFO 21
TRACE TRACE 0
TOTAL TOTAL 310
Metric Values
Files scanned placeholder 190
Files parsed placeholder 190
Files failed to scan placeholder 0
Total executed queries placeholder 142
Queries failed to execute placeholder 0
Execution time placeholder 8

@roybatty-bot
Copy link
Copy Markdown
Contributor Author

roybatty-bot bot commented Apr 13, 2026

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ REPOSITORY git_diff yes no no 0.25s
✅ REPOSITORY secretlint yes no no 1.27s
✅ YAML prettier 1 0 0 0.45s
✅ YAML yamllint 1 0 0 0.68s

See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

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.

1 participant