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

fix(helm/ingress-nginx): update 4.10.0 ➼ 4.10.5 - autoclosed #811

Closed
wants to merge 1 commit into from

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Apr 26, 2024

This PR contains the following updates:

Package Update Change OpenSSF
ingress-nginx patch 4.10.0 -> 4.10.5 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.

Copy link

cloudflare-workers-and-pages bot commented Apr 26, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7f74442
Status: ✅  Deploy successful!
Preview URL: https://b415618f.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-ingress-nginx-4-10.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Apr 26, 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.10.5
   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.10.5
   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.10.5
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Apr 26, 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.10.5@sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
         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 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-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.10.5@sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
         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 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
--- 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.10.5@sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
         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 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

@JJGadgets JJGadgets force-pushed the main branch 4 times, most recently from 12a15a8 to 7d82757 Compare April 28, 2024 21:04
@JJGadgets JJGadgets force-pushed the main branch 2 times, most recently from a98348d to 74b5ce6 Compare May 27, 2024 02:31
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch 4 times, most recently from 38b4fba to 4c6fda2 Compare June 24, 2024 16:22
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch 4 times, most recently from f5792b6 to bd544b1 Compare July 8, 2024 18:24
@tinfoild tinfoild bot changed the title fix(helm): update chart ingress-nginx to 4.10.1 fix(helm): update chart ingress-nginx to 4.10.2 Jul 8, 2024
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch 9 times, most recently from 9c11e1d to 9073431 Compare July 12, 2024 01:05
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch from 5d38a32 to 3dcb4e1 Compare October 1, 2024 13:06
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch 4 times, most recently from 3a9aa85 to 6f7df5b Compare October 1, 2024 13:40
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch from 6f7df5b to beec736 Compare October 8, 2024 21:09
@tinfoild tinfoild bot changed the title fix(helm): update chart ingress-nginx to 4.10.4 fix(helm): update chart ingress-nginx to 4.10.5 Oct 8, 2024
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch from beec736 to 57f3f06 Compare October 22, 2024 04:47
@tinfoild tinfoild bot changed the title fix(helm): update chart ingress-nginx to 4.10.5 fix(helm/ingress-nginx): update helm release ingress-nginx ➼ 4.10.5 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch from 57f3f06 to db0f4f2 Compare December 4, 2024 11:39
@tinfoild tinfoild bot changed the title fix(helm/ingress-nginx): update helm release ingress-nginx ➼ 4.10.5 fix(helm/ingress-nginx): update ➼ 4.10.5 Dec 4, 2024
@tinfoild tinfoild bot changed the title fix(helm/ingress-nginx): update ➼ 4.10.5 fix(helm/ingress-nginx): update 4.10.0 ➼ 4.10.5 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch from db0f4f2 to ec6dd66 Compare December 5, 2024 09:58
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch 3 times, most recently from 16b9b74 to b8a4d23 Compare December 6, 2024 02:22
@tinfoild tinfoild bot force-pushed the renovate/ingress-nginx-4.10.x branch from b8a4d23 to 7f74442 Compare December 6, 2024 15:39
@tinfoild tinfoild bot changed the title fix(helm/ingress-nginx): update 4.10.0 ➼ 4.10.5 fix(helm/ingress-nginx): update 4.10.0 ➼ 4.10.5 - autoclosed Dec 7, 2024
@tinfoild tinfoild bot closed this Dec 7, 2024
@tinfoild tinfoild bot deleted the renovate/ingress-nginx-4.10.x branch December 7, 2024 07:06
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.

0 participants