From 5647992d30897fcc4813180cf33657b2c8381af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:30:22 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the /deploy directory: [ingress-nginx/controller](https://github.com/kubernetes/ingress-nginx) and kindest/node. Updates `ingress-nginx/controller` from v1.11.1 to v1.11.3 - [Release notes](https://github.com/kubernetes/ingress-nginx/releases) - [Changelog](https://github.com/kubernetes/ingress-nginx/blob/main/Changelog.md) - [Commits](https://github.com/kubernetes/ingress-nginx/compare/controller-v1.11.1...controller-v1.11.3) Updates `kindest/node` from v1.30.2 to v1.31.1 --- updated-dependencies: - dependency-name: ingress-nginx/controller dependency-type: direct:production dependency-group: production-dependencies - dependency-name: kindest/node dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- deploy/kind-ingress.yaml | 2 +- deploy/kind.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/kind-ingress.yaml b/deploy/kind-ingress.yaml index 95bc32ebe..c6c72d250 100644 --- a/deploy/kind-ingress.yaml +++ b/deploy/kind-ingress.yaml @@ -456,7 +456,7 @@ spec: fieldPath: metadata.namespace - name: LD_PRELOAD value: /usr/local/lib/libmimalloc.so - image: registry.k8s.io/ingress-nginx/controller:v1.11.1@sha256:e6439a12b52076965928e83b7b56aae6731231677b01e81818bce7fa5c60161a + image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7 imagePullPolicy: IfNotPresent lifecycle: preStop: diff --git a/deploy/kind.yaml b/deploy/kind.yaml index 7ffc98cd7..4136b264b 100644 --- a/deploy/kind.yaml +++ b/deploy/kind.yaml @@ -3,7 +3,7 @@ apiVersion: kind.x-k8s.io/v1alpha4 name: nexodus-dev nodes: - role: control-plane - image: kindest/node:v1.30.2@sha256:ecfe5841b9bee4fe9690f49c118c33629fa345e3350a0c67a5a34482a99d6bba + image: kindest/node:v1.31.1@sha256:cd224d8da58d50907d1dd41d476587643dad2ffd9f6a4d96caf530fb3b9a5956 kubeadmConfigPatches: - | kind: InitConfiguration @@ -18,6 +18,6 @@ nodes: hostPort: 443 protocol: TCP - role: worker - image: kindest/node:v1.30.2@sha256:ecfe5841b9bee4fe9690f49c118c33629fa345e3350a0c67a5a34482a99d6bba + image: kindest/node:v1.31.1@sha256:cd224d8da58d50907d1dd41d476587643dad2ffd9f6a4d96caf530fb3b9a5956 - role: worker - image: kindest/node:v1.30.2@sha256:ecfe5841b9bee4fe9690f49c118c33629fa345e3350a0c67a5a34482a99d6bba + image: kindest/node:v1.31.1@sha256:cd224d8da58d50907d1dd41d476587643dad2ffd9f6a4d96caf530fb3b9a5956