k8s-gitops icon indicating copy to clipboard operation
k8s-gitops copied to clipboard

fix(helm): update chart cert-manager to v1.15.3

Open renovate[bot] opened this issue 1 year ago • 1 comments

This PR contains the following updates:

Package Update Change
cert-manager (source) patch v1.15.2 -> v1.15.3

Release Notes

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

v1.15.3

Compare Source


Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Aug 16 '24 10:08 renovate[bot]

Path: cluster/core/cert-manager/helmrelease.yaml Version: v1.15.2 -> v1.15.3

@@ -849,7 +849,7 @@
           type: RuntimeDefault
       containers:
         - name: cert-manager-cainjector
-          image: "quay.io/jetstack/cert-manager-cainjector:v1.15.2"
+          image: "quay.io/jetstack/cert-manager-cainjector:v1.15.3"
           imagePullPolicy: IfNotPresent
           args:
             - --v=2
@@ -912,13 +912,13 @@
             secretName: aws-credentials
       containers:
         - name: cert-manager-controller
-          image: "quay.io/jetstack/cert-manager-controller:v1.15.2"
+          image: "quay.io/jetstack/cert-manager-controller:v1.15.3"
           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.15.2
+            - --acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.15.3
             - --dns01-recursive-nameservers-only
             - --dns01-recursive-nameservers=1.1.1.1:53,9.9.9.9:53
             - --max-concurrent-challenges=60
@@ -996,7 +996,7 @@
           type: RuntimeDefault
       containers:
         - name: cert-manager-webhook
-          image: "quay.io/jetstack/cert-manager-webhook:v1.15.2"
+          image: "quay.io/jetstack/cert-manager-webhook:v1.15.3"
           imagePullPolicy: IfNotPresent
           args:
             - --v=2
@@ -1258,7 +1258,7 @@
           type: RuntimeDefault
       containers:
         - name: cert-manager-startupapicheck
-          image: "quay.io/jetstack/cert-manager-startupapicheck:v1.15.2"
+          image: "quay.io/jetstack/cert-manager-startupapicheck:v1.15.3"
           imagePullPolicy: IfNotPresent
           args:
             - check

github-actions[bot] avatar Aug 16 '24 10:08 github-actions[bot]