fix(helm): update ingress-nginx ( 4.12.1 → 4.12.2 ) #120

Merged
renovate[bot] merged 1 commit from renovate/ingress-nginx-4.x into main 2025-04-30 19:20:05 +02:00
renovate[bot] commented 2025-04-30 18:45:43 +02:00 (Migrated from github.com)

This PR contains the following updates:

Package Update Change
ingress-nginx patch 4.12.1 -> 4.12.2

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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ingress-nginx](https://redirect.github.com/kubernetes/ingress-nginx) | patch | `4.12.1` -> `4.12.2` | --- ### 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. --- - [ ] <!-- 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/GiorgioAresu/home-ops). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
giorgiobot[bot] commented 2025-04-30 18:46:29 +02:00 (Migrated from github.com)
--- kubernetes/apps/network/ingress-nginx/internal Kustomization: network/nginx-internal HelmRelease: network/nginx-internal

+++ kubernetes/apps/network/ingress-nginx/internal Kustomization: network/nginx-internal HelmRelease: network/nginx-internal

@@ -14,13 +14,13 @@

       chart: ingress-nginx
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx
         namespace: flux-system
-      version: 4.12.1
+      version: 4.12.2
   interval: 30m
   values:
     controller:
       admissionWebhooks:
         objectSelector:
           matchExpressions:
--- kubernetes/apps/network/ingress-nginx/external Kustomization: network/nginx-external HelmRelease: network/nginx-external

+++ kubernetes/apps/network/ingress-nginx/external Kustomization: network/nginx-external HelmRelease: network/nginx-external

@@ -14,13 +14,13 @@

       chart: ingress-nginx
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx
         namespace: flux-system
-      version: 4.12.1
+      version: 4.12.2
   interval: 30m
   values:
     controller:
       admissionWebhooks:
         objectSelector:
           matchExpressions:
```diff --- kubernetes/apps/network/ingress-nginx/internal Kustomization: network/nginx-internal HelmRelease: network/nginx-internal +++ kubernetes/apps/network/ingress-nginx/internal Kustomization: network/nginx-internal HelmRelease: network/nginx-internal @@ -14,13 +14,13 @@ chart: ingress-nginx interval: 30m sourceRef: kind: HelmRepository name: ingress-nginx namespace: flux-system - version: 4.12.1 + version: 4.12.2 interval: 30m values: controller: admissionWebhooks: objectSelector: matchExpressions: --- kubernetes/apps/network/ingress-nginx/external Kustomization: network/nginx-external HelmRelease: network/nginx-external +++ kubernetes/apps/network/ingress-nginx/external Kustomization: network/nginx-external HelmRelease: network/nginx-external @@ -14,13 +14,13 @@ chart: ingress-nginx interval: 30m sourceRef: kind: HelmRepository name: ingress-nginx namespace: flux-system - version: 4.12.1 + version: 4.12.2 interval: 30m values: controller: admissionWebhooks: objectSelector: matchExpressions: ``` <!-- Sticky Pull Request Comment120/kubernetes/ -->
Sign in to join this conversation.
No description provided.