Skip to content

Commit 8a4cd40

Browse files
chore(deps): update helm release cert-manager to v1.20.1 (#175)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [cert-manager](https://cert-manager.io) ([source](https://redirect.github.com/cert-manager/cert-manager)) | helm_release | patch | `v1.20.0` → `v1.20.1` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/cert-manager/cert-manager/badge)](https://securityscorecards.dev/viewer/?uri=github.com/cert-manager/cert-manager) | --- ### Release Notes <details> <summary>cert-manager/cert-manager (cert-manager)</summary> ### [`v1.20.1`](https://redirect.github.com/cert-manager/cert-manager/compare/v1.20.0...v1.20.1) [Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.20.0...v1.20.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/btp-on-gcp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d785157 commit 8a4cd40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01_infrastructure/cert-manager.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ resource "helm_release" "cert_manager" {
7171
# - Enhanced DNS provider integrations
7272
# - Improved certificate renewal reliability
7373
# - Security fixes and performance optimizations
74-
version = "v1.20.0"
74+
version = "v1.20.1"
7575

7676
# Deploy in cluster dependencies namespace
7777
# Co-locates with other infrastructure services

0 commit comments

Comments
 (0)