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 1/4] =?UTF-8?q?fix(container):=20update=20image=20public.e?= =?UTF-8?q?cr.aws/docker/library/eclipse-mosquitto=20(=202.0.18=20?= =?UTF-8?q?=E2=86=92=202.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 From db855be3bc5738c4ab3cf10598b3feb263241678 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:44 +0200 Subject: [PATCH 2/4] =?UTF-8?q?feat(container):=20update=20image=20ghcr.io?= =?UTF-8?q?/home-assistant/home-assistant=20(=202024.9.3=20=E2=86=92=20202?= =?UTF-8?q?4.10.0=20)=20(#1059)?= 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> --- .../apps/home-automation/home-assistant/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/home-automation/home-assistant/app/helmrelease.yaml b/kubernetes/main/apps/home-automation/home-assistant/app/helmrelease.yaml index 0906c3148..f919181aa 100644 --- a/kubernetes/main/apps/home-automation/home-assistant/app/helmrelease.yaml +++ b/kubernetes/main/apps/home-automation/home-assistant/app/helmrelease.yaml @@ -39,7 +39,7 @@ spec: app: image: repository: ghcr.io/home-assistant/home-assistant - tag: 2024.9.3 + tag: 2024.10.0 envFrom: - secretRef: name: home-assistant-secret From 3e8589cb530d6cdb73c8a073751071743c3586c3 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:52 +0200 Subject: [PATCH 3/4] =?UTF-8?q?feat(container):=20update=20image=20quay.io?= =?UTF-8?q?/minio/minio=20(=20release.2024-09-22t00-33-43z=20=E2=86=92=20r?= =?UTF-8?q?elease.2024-10-02t17-50-41z=20)=20(#1060)?= 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> --- kubernetes/main/apps/minio/minio/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/minio/minio/app/helmrelease.yaml b/kubernetes/main/apps/minio/minio/app/helmrelease.yaml index cc690ae49..8cde28fff 100644 --- a/kubernetes/main/apps/minio/minio/app/helmrelease.yaml +++ b/kubernetes/main/apps/minio/minio/app/helmrelease.yaml @@ -33,7 +33,7 @@ spec: app: image: repository: quay.io/minio/minio - tag: RELEASE.2024-09-22T00-33-43Z@sha256:7d80fd232a2f7108aa6f133fcfe5fade3f1626d92d31ae1318076e7aa61928a2 + tag: RELEASE.2024-10-02T17-50-41Z@sha256:ea15e53e66f96f63e12f45509d2d2d8fad774808debb490f48508b3130bd22d3 env: MINIO_API_CORS_ALLOW_ORIGIN: https://minio.econline.nl,https://s3.econline.nl MINIO_BROWSER_REDIRECT_URL: https://minio.econline.nl From c921df252bdd201125a82f5c038467b1ae13b078 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:23:02 +0200 Subject: [PATCH 4/4] =?UTF-8?q?fix(container):=20update=20image=20docker.i?= =?UTF-8?q?o/filebrowser/filebrowser=20(=20v2.31.1=20=E2=86=92=20v2.31.2?= =?UTF-8?q?=20)=20(#1064)?= 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> --- kubernetes/main/apps/family/sabnzbd/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/family/sabnzbd/app/helmrelease.yaml b/kubernetes/main/apps/family/sabnzbd/app/helmrelease.yaml index b2c163aa8..ee0c8911f 100644 --- a/kubernetes/main/apps/family/sabnzbd/app/helmrelease.yaml +++ b/kubernetes/main/apps/family/sabnzbd/app/helmrelease.yaml @@ -74,7 +74,7 @@ spec: dependsOn: sabnzbd image: repository: docker.io/filebrowser/filebrowser - tag: v2.31.1@sha256:b9b0dcac8b20c01ed4777889c8ae6ff74443ed604e11e4b862d9f3068eeb9114 + tag: v2.31.2@sha256:a4da9ca8364b0a1fc5dd36f7add92582bf673c0ae0bda8dd9bd13062c41d1715 env: FB_DATABASE: /config/filebrowser.db FB_ROOT: /data