diff --git a/kube/deploy/apps/searxng/app/hr.yaml b/kube/deploy/apps/searxng/app/hr.yaml index bca7dac9..5f4a2b04 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:026d47238dcd416c95d4f8350207d3ba617ba9e0178cd331c80e9ed76bb9445b" + tag: "latest@sha256:f89e5e1817dd5088d897bbd05eadf8446954658b28d6a633006c1a43dce640cd" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"