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/ingress-nginx): update 4.10.0 ➼ 4.11.3 #969

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Jul 8, 2024

This PR contains the following updates:

Package Update Change OpenSSF
ingress-nginx minor 4.10.0 -> 4.11.3 OpenSSF Scorecard

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.

@tinfoild tinfoild bot requested a review from JJGadgets as a code owner July 8, 2024 19:35
@tinfoild tinfoild bot added the type/minor label Jul 8, 2024
Copy link

cloudflare-workers-and-pages bot commented Jul 8, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8c3fc6e
Status: ✅  Deploy successful!
Preview URL: https://e0076bc7.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-ingress-nginx-4-x.jjgadgets-biohazard.pages.dev

View logs

@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch 11 times, most recently from 55cb91a to 2ecfed9 Compare July 12, 2024 11:06
@tinfoild
Copy link
Contributor Author

tinfoild bot commented Jul 12, 2024

--- kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-internal

+++ kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-internal

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

     spec:
       chart: ingress-nginx
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx
         namespace: flux-system
-      version: 4.10.0
+      version: 4.11.3
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:
--- kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-external

+++ kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-external

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

     spec:
       chart: ingress-nginx
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx
         namespace: flux-system
-      version: 4.10.0
+      version: 4.11.3
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:
--- kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-public

+++ kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-public

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

     spec:
       chart: ingress-nginx
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx
         namespace: flux-system
-      version: 4.10.0
+      version: 4.11.3
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Jul 12, 2024

--- HelmRelease: ingress/nginx-public Deployment: ingress/nginx-public-controller

+++ HelmRelease: ingress/nginx-public Deployment: ingress/nginx-public-controller

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: controller
     spec:
       dnsPolicy: ClusterFirstWithHostNet
       containers:
       - name: controller
-        image: registry.k8s.io/ingress-nginx/controller:v1.10.0@sha256:42b3f0e5d0846876b1791cd3afeb5f1cbbe4259d6f35651dcc1b5c980925379c
+        image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /wait-shutdown
--- HelmRelease: ingress/nginx-public ValidatingWebhookConfiguration: ingress/nginx-public-admission

+++ HelmRelease: ingress/nginx-public ValidatingWebhookConfiguration: ingress/nginx-public-admission

@@ -27,8 +27,9 @@

   admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: nginx-public-controller-admission
       namespace: ingress
+      port: 443
       path: /networking/v1/ingresses
 
--- HelmRelease: ingress/nginx-public ServiceAccount: ingress/nginx-public-admission

+++ HelmRelease: ingress/nginx-public ServiceAccount: ingress/nginx-public-admission

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

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

+++ HelmRelease: ingress/nginx-public Job: ingress/nginx-public-admission-create

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

         app.kubernetes.io/part-of: ingress-nginx
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: admission-webhook
     spec:
       containers:
       - name: create
-        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
         imagePullPolicy: IfNotPresent
         args:
         - create
         - --host=nginx-public-controller-admission,nginx-public-controller-admission.$(POD_NAMESPACE).svc
         - --namespace=$(POD_NAMESPACE)
         - --secret-name=nginx-public-admission
--- HelmRelease: ingress/nginx-public Job: ingress/nginx-public-admission-patch

+++ HelmRelease: ingress/nginx-public Job: ingress/nginx-public-admission-patch

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

         app.kubernetes.io/part-of: ingress-nginx
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: admission-webhook
     spec:
       containers:
       - name: patch
-        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
         imagePullPolicy: IfNotPresent
         args:
         - patch
         - --webhook-name=nginx-public-admission
         - --namespace=$(POD_NAMESPACE)
         - --patch-mutating=false
--- HelmRelease: ingress/nginx-external Deployment: ingress/nginx-external-controller

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

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: controller
     spec:
       dnsPolicy: ClusterFirstWithHostNet
       containers:
       - name: controller
-        image: registry.k8s.io/ingress-nginx/controller:v1.10.0@sha256:42b3f0e5d0846876b1791cd3afeb5f1cbbe4259d6f35651dcc1b5c980925379c
+        image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /wait-shutdown
--- HelmRelease: ingress/nginx-external ValidatingWebhookConfiguration: ingress/nginx-external-admission

+++ HelmRelease: ingress/nginx-external ValidatingWebhookConfiguration: ingress/nginx-external-admission

@@ -27,8 +27,9 @@

   admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: nginx-external-controller-admission
       namespace: ingress
+      port: 443
       path: /networking/v1/ingresses
 
--- HelmRelease: ingress/nginx-external ServiceAccount: ingress/nginx-external-admission

+++ HelmRelease: ingress/nginx-external ServiceAccount: ingress/nginx-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: ingress/nginx-external Job: ingress/nginx-external-admission-create

+++ HelmRelease: ingress/nginx-external Job: ingress/nginx-external-admission-create

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

         app.kubernetes.io/part-of: ingress-nginx
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: admission-webhook
     spec:
       containers:
       - name: create
-        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
         imagePullPolicy: IfNotPresent
         args:
         - create
         - --host=nginx-external-controller-admission,nginx-external-controller-admission.$(POD_NAMESPACE).svc
         - --namespace=$(POD_NAMESPACE)
         - --secret-name=nginx-external-admission
--- HelmRelease: ingress/nginx-external Job: ingress/nginx-external-admission-patch

+++ HelmRelease: ingress/nginx-external Job: ingress/nginx-external-admission-patch

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

         app.kubernetes.io/part-of: ingress-nginx
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: admission-webhook
     spec:
       containers:
       - name: patch
-        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
         imagePullPolicy: IfNotPresent
         args:
         - patch
         - --webhook-name=nginx-external-admission
         - --namespace=$(POD_NAMESPACE)
         - --patch-mutating=false
--- HelmRelease: ingress/nginx-internal Deployment: ingress/nginx-internal-controller

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

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: controller
     spec:
       dnsPolicy: ClusterFirstWithHostNet
       containers:
       - name: controller
-        image: registry.k8s.io/ingress-nginx/controller:v1.10.0@sha256:42b3f0e5d0846876b1791cd3afeb5f1cbbe4259d6f35651dcc1b5c980925379c
+        image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /wait-shutdown
--- HelmRelease: ingress/nginx-internal ValidatingWebhookConfiguration: ingress/nginx-internal-admission

+++ HelmRelease: ingress/nginx-internal ValidatingWebhookConfiguration: ingress/nginx-internal-admission

@@ -27,8 +27,9 @@

   admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: nginx-internal-controller-admission
       namespace: ingress
+      port: 443
       path: /networking/v1/ingresses
 
--- HelmRelease: ingress/nginx-internal ServiceAccount: ingress/nginx-internal-admission

+++ HelmRelease: ingress/nginx-internal ServiceAccount: ingress/nginx-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
 
--- HelmRelease: ingress/nginx-internal Job: ingress/nginx-internal-admission-create

+++ HelmRelease: ingress/nginx-internal Job: ingress/nginx-internal-admission-create

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

         app.kubernetes.io/part-of: ingress-nginx
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: admission-webhook
     spec:
       containers:
       - name: create
-        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
         imagePullPolicy: IfNotPresent
         args:
         - create
         - --host=nginx-internal-controller-admission,nginx-internal-controller-admission.$(POD_NAMESPACE).svc
         - --namespace=$(POD_NAMESPACE)
         - --secret-name=nginx-internal-admission
--- HelmRelease: ingress/nginx-internal Job: ingress/nginx-internal-admission-patch

+++ HelmRelease: ingress/nginx-internal Job: ingress/nginx-internal-admission-patch

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

         app.kubernetes.io/part-of: ingress-nginx
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: admission-webhook
     spec:
       containers:
       - name: patch
-        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+        image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
         imagePullPolicy: IfNotPresent
         args:
         - patch
         - --webhook-name=nginx-internal-admission
         - --namespace=$(POD_NAMESPACE)
         - --patch-mutating=false

@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch from 2ecfed9 to c7ce148 Compare July 18, 2024 18:03
@tinfoild tinfoild bot changed the title feat(helm): update chart ingress-nginx to 4.11.0 feat(helm): update chart ingress-nginx to 4.11.1 Jul 18, 2024
@JJGadgets JJGadgets force-pushed the main branch 3 times, most recently from fe60c32 to 3679f5a Compare July 19, 2024 01:48
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch from c7ce148 to 40edb8a Compare August 16, 2024 07:10
@tinfoild tinfoild bot changed the title feat(helm): update chart ingress-nginx to 4.11.1 feat(helm): update chart ingress-nginx to 4.11.2 Aug 16, 2024
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch 5 times, most recently from 5d784a8 to 9ef93d8 Compare September 30, 2024 09:33
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch from 9ef93d8 to 65fa0b9 Compare October 1, 2024 13:12
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch 2 times, most recently from 41b4b9d to 94e2c9b Compare October 1, 2024 13:40
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch from 94e2c9b to a001a36 Compare October 8, 2024 21:24
@tinfoild tinfoild bot changed the title feat(helm): update chart ingress-nginx to 4.11.2 feat(helm): update chart ingress-nginx to 4.11.3 Oct 8, 2024
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch from a001a36 to 695f75d Compare October 22, 2024 04:50
@tinfoild tinfoild bot changed the title feat(helm): update chart ingress-nginx to 4.11.3 feat(helm/ingress-nginx): update helm release ingress-nginx ➼ 4.11.3 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch from 695f75d to 89bb0f0 Compare December 4, 2024 11:44
@tinfoild tinfoild bot changed the title feat(helm/ingress-nginx): update helm release ingress-nginx ➼ 4.11.3 feat(helm/ingress-nginx): update ➼ 4.11.3 Dec 4, 2024
@tinfoild tinfoild bot changed the title feat(helm/ingress-nginx): update ➼ 4.11.3 feat(helm/ingress-nginx): update 4.10.0 ➼ 4.11.3 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch from 89bb0f0 to 80411c9 Compare December 5, 2024 10:02
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch 3 times, most recently from b1e8528 to 28bc5fd Compare December 6, 2024 02:24
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.x branch from 28bc5fd to 8c3fc6e Compare December 6, 2024 15:43
@JJGadgets JJGadgets merged commit eddd6a7 into main Dec 7, 2024
3 checks passed
@JJGadgets JJGadgets deleted the renovate/ingress-nginx-4.x branch December 7, 2024 06:49
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