Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update ingress-nginx ( 4.10.1 β†’ 4.11.0 ) #1967

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

naoki-bot[bot]
Copy link
Contributor

@naoki-bot naoki-bot bot commented Jul 8, 2024

This PR contains the following updates:

Package Update Change
ingress-nginx minor 4.10.1 -> 4.11.0

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 has been generated by Renovate Bot.

@naoki-bot naoki-bot bot requested a review from rafaribe as a code owner July 8, 2024 18:21
@naoki-bot naoki-bot bot added the type/patch label Jul 8, 2024
@naoki-bot
Copy link
Contributor Author

naoki-bot bot commented Jul 8, 2024

--- kubernetes/main/apps/network/ingress-nginx/internal Kustomization: flux-system/nginx-internal HelmRelease: network/nginx-internal

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

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

     spec:
       chart: ingress-nginx
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx
         namespace: flux-system
-      version: 4.10.1
+      version: 4.11.0
   install:
     remediation:
       retries: 3
   interval: 30m
   uninstall:
     keepHistory: false
--- kubernetes/main/apps/network/ingress-nginx/external Kustomization: flux-system/nginx-external HelmRelease: network/nginx-external

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

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

       chart: ingress-nginx
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx
         namespace: flux-system
-      version: 4.10.1
+      version: 4.11.0
   install:
     createNamespace: true
   interval: 15m
   values:
     controller:
       admissionWebhooks:

@naoki-bot
Copy link
Contributor Author

naoki-bot bot commented Jul 8, 2024

--- HelmRelease: network/nginx-external Deployment: network/external-controller

+++ HelmRelease: network/nginx-external Deployment: network/external-controller

@@ -30,13 +30,13 @@

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: controller
     spec:
       dnsPolicy: ClusterFirst
       containers:
       - name: controller
-        image: registry.k8s.io/ingress-nginx/controller:v1.10.1@sha256:e24f39d3eed6bcc239a56f20098878845f62baa34b9f2be2fd2c38ce9fb0f29e
+        image: registry.k8s.io/ingress-nginx/controller:v1.11.0@sha256:a886e56d532d1388c77c8340261149d974370edca1093af4c97a96fb1467cb39
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /wait-shutdown
--- HelmRelease: network/nginx-external ServiceAccount: network/external-admission

+++ HelmRelease: network/nginx-external ServiceAccount: network/external-admission

@@ -10,7 +10,8 @@

   labels:
     app.kubernetes.io/name: ingress-nginx
     app.kubernetes.io/instance: nginx-external
     app.kubernetes.io/part-of: ingress-nginx
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: admission-webhook
+automountServiceAccountToken: true
 
--- HelmRelease: network/nginx-internal Deployment: network/internal-controller

+++ HelmRelease: network/nginx-internal Deployment: network/internal-controller

@@ -28,13 +28,13 @@

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: controller
     spec:
       dnsPolicy: ClusterFirst
       containers:
       - name: controller
-        image: registry.k8s.io/ingress-nginx/controller:v1.10.1@sha256:e24f39d3eed6bcc239a56f20098878845f62baa34b9f2be2fd2c38ce9fb0f29e
+        image: registry.k8s.io/ingress-nginx/controller:v1.11.0@sha256:a886e56d532d1388c77c8340261149d974370edca1093af4c97a96fb1467cb39
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /wait-shutdown
--- HelmRelease: network/nginx-internal ServiceAccount: network/internal-admission

+++ HelmRelease: network/nginx-internal ServiceAccount: network/internal-admission

@@ -10,7 +10,8 @@

   labels:
     app.kubernetes.io/name: ingress-nginx
     app.kubernetes.io/instance: nginx-internal
     app.kubernetes.io/part-of: ingress-nginx
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: admission-webhook
+automountServiceAccountToken: true
 

@naoki-bot naoki-bot bot force-pushed the renovate/main-ingress-nginx-4.x branch from ef85124 to a1bb96b Compare July 8, 2024 20:19
@naoki-bot naoki-bot bot added type/minor and removed type/patch labels Jul 8, 2024
@naoki-bot naoki-bot bot changed the title fix(helm): update ingress-nginx ( 4.10.1 β†’ 4.10.2 ) feat(helm): update ingress-nginx ( 4.10.1 β†’ 4.11.0 ) Jul 8, 2024
@naoki-bot naoki-bot bot merged commit 745b2eb into main Jul 14, 2024
8 of 9 checks passed
@naoki-bot naoki-bot bot deleted the renovate/main-ingress-nginx-4.x branch July 14, 2024 18:25
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.

None yet

0 participants