From f33af54479baf6403fbe309221eb0ff5149595ff Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 7 Apr 2025 02:40:42 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore(oci/searxng):=20update=20bb58ae?= =?UTF-8?q?9=20=E2=9E=BC=207af2d8e=20(#2152)"=20(#2153)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d74f750bd6504f6f656fe0e18e36d247de5c968e. --- 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 1a7fd12f..5c29b0f1 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:7af2d8e7fc815b3476afe0b198f1964b7490094576e327c57a8b5b2710010879" + tag: "latest@sha256:bb58ae9d3a401bb090e350992870ecfcd994c55bd70de7e4416d01f10b5775b4" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"