From a28ba5721702c15f6b88ffad30b607ee51d272e2 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 9 Aug 2024 19:54:57 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore(container):=20update=20image=20?= =?UTF-8?q?docker.io/searxng/searxng=20to=205e7b5a5=20(=E2=80=A6"=20(#1019?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5592bd1f2ff0b54ae6dfbf1735b07c94c5ac4a1b. --- kube/deploy/apps/searxng/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/searxng/app/hr.yaml b/kube/deploy/apps/searxng/app/hr.yaml index b1ce8cfc..61abf91b 100644 --- a/kube/deploy/apps/searxng/app/hr.yaml +++ b/kube/deploy/apps/searxng/app/hr.yaml @@ -28,7 +28,7 @@ spec: main: image: &img repository: "docker.io/searxng/searxng" - tag: "latest@sha256:5e7b5a544af69f26d47de5a3634f77a34d8ed26141cb596eb6f91c7bf850952c" + tag: "latest@sha256:1f9f7f4f4f05e3d74b05b4c02a10b847a266aa3cfdb2251659010af7ed33a6f8" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"