Skip to content

Commit 2d3ee50

Browse files
authored
update nginx base, httpbun, e2e, helm webhook cert gen (#10506)
* update nginx base, httpbun, e2e, helm webhook cert gen Signed-off-by: James Strong <[email protected]> * fix helm docs Signed-off-by: James Strong <[email protected]> --------- Signed-off-by: James Strong <[email protected]>
1 parent 8b53cab commit 2d3ee50

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

NGINX_BASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
registry.k8s.io/ingress-nginx/nginx:v20230623-427f3d2fb@sha256:7b479f66872c0b1cb0f1315e305b8a3e9c6da846c7dd3855db99bc8cfd6791e1
1+
registry.k8s.io/ingress-nginx/nginx:v20231011-8b53cabe0@sha256:34881d62f71e8573fb765c40585dba28a1148206fbbe2c3871ad3f4e8c6e360f

build/run-in-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function cleanup {
4444
}
4545
trap cleanup EXIT
4646

47-
E2E_IMAGE=${E2E_IMAGE:-registry.k8s.io/ingress-nginx/e2e-test-runner:v20230907-5bb82dcb7@sha256:421cda0f65a949b8b67b5e62a45071702d19ed458a3e2ba753171b0e66943210}
47+
E2E_IMAGE=${E2E_IMAGE:-registry.k8s.io/ingress-nginx/e2e-test-runner:v20231011-8b53cabe0@sha256:ed0dad805c635e66469b4ac376010eebdd0b3fe62d753f58db1632d6f12f451d}
4848

4949
if [[ "$RUNTIME" == podman ]]; then
5050
# Podman does not support both tag and digest

charts/ingress-nginx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,11 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu
251251
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
252252
| controller.admissionWebhooks.objectSelector | object | `{}` | |
253253
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
254-
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:543c40fd093964bc9ab509d3e791f9989963021f1e9e4c9c7b6700b02bfb227b"` | |
254+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80"` | |
255255
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
256256
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
257257
| controller.admissionWebhooks.patch.image.registry | string | `"registry.k8s.io"` | |
258-
| controller.admissionWebhooks.patch.image.tag | string | `"v20230407"` | |
258+
| controller.admissionWebhooks.patch.image.tag | string | `"v20231011-8b53cabe0"` | |
259259
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
260260
| controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | |
261261
| controller.admissionWebhooks.patch.podAnnotations | object | `{}` | |

charts/ingress-nginx/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,8 @@ controller:
640640
## for backwards compatibility consider setting the full image url via the repository value below
641641
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
642642
## repository:
643-
tag: v20230407
644-
digest: sha256:543c40fd093964bc9ab509d3e791f9989963021f1e9e4c9c7b6700b02bfb227b
643+
tag: v20231011-8b53cabe0
644+
digest: sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
645645
pullPolicy: IfNotPresent
646646
# -- Provide a priority class name to the webhook patching job
647647
##

test/e2e-image/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
3-
E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20230907-5bb82dcb7@sha256:421cda0f65a949b8b67b5e62a45071702d19ed458a3e2ba753171b0e66943210"
3+
E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20231011-8b53cabe0@sha256:ed0dad805c635e66469b4ac376010eebdd0b3fe62d753f58db1632d6f12f451d"
44

55
image:
66
echo "..entered Makefile in /test/e2e-image"

test/e2e/HTTPBUN_IMAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
registry.k8s.io/ingress-nginx/e2e-test-httpbun:v20230505-v0.0.1
1+
registry.k8s.io/ingress-nginx/e2e-test-httpbun:v20231011-8b53cabe0

0 commit comments

Comments
 (0)