From fca15bb9f13ffcb7d73393c4fa8b55e175dc097e Mon Sep 17 00:00:00 2001 From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:22:32 +0200 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20public.ecr.a?= =?UTF-8?q?ws/docker/library/eclipse-mosquitto=20(=202.0.18=20=E2=86=92=20?= =?UTF-8?q?2.0.19=20)=20(#1061)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com> --- .../main/apps/home-automation/mosquitto/app/helmrelease.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/main/apps/home-automation/mosquitto/app/helmrelease.yaml b/kubernetes/main/apps/home-automation/mosquitto/app/helmrelease.yaml index e5367a675..04d9874f0 100644 --- a/kubernetes/main/apps/home-automation/mosquitto/app/helmrelease.yaml +++ b/kubernetes/main/apps/home-automation/mosquitto/app/helmrelease.yaml @@ -33,7 +33,7 @@ spec: init-config: image: repository: public.ecr.aws/docker/library/eclipse-mosquitto - tag: 2.0.18 + tag: 2.0.19 command: - "/bin/sh" - "-c" @@ -46,7 +46,7 @@ spec: app: image: repository: public.ecr.aws/docker/library/eclipse-mosquitto - tag: 2.0.18 + tag: 2.0.19 probes: liveness: enabled: true