From df61af5003704af179c66469b02de7c2a830fa78 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 16 Oct 2025 22:25:42 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/clama?= =?UTF-8?q?v/clamav=201.5.0=20=E2=86=92=201.5.1=20(#40796)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/clamav/clamav](https://redirect.github.com/Cisco-Talos/clamav.git) ([source](https://redirect.github.com/Cisco-Talos/clamav)) | patch | `3e32ccb` -> `b734c2f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/clamav/Chart.yaml | 4 ++-- charts/stable/clamav/values.yaml | 2 +- charts/stable/nextcloud/Chart.yaml | 2 +- charts/stable/nextcloud/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index cd3d34b2d75..2aaeeaf223a 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 1.5.0 +appVersion: 1.5.1 dependencies: - name: common version: 28.25.0 @@ -40,5 +40,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/clamav - https://hub.docker.com/r/clamav/clamav type: application -version: 13.11.0 +version: 13.11.1 diff --git a/charts/stable/clamav/values.yaml b/charts/stable/clamav/values.yaml index c04ea0aa9e5..0de9689bfe1 100644 --- a/charts/stable/clamav/values.yaml +++ b/charts/stable/clamav/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/clamav/clamav pullPolicy: IfNotPresent - tag: 1.5.0@sha256:3e32ccb69d0d90d551501821e31da379332e70feaa3061f883fcc0605e2044eb + tag: 1.5.1@sha256:b734c2f7d93587772f2c331269ce22076bac676df3ae5ba10cd7de8efe54ae89 securityContext: container: readOnlyRootFilesystem: false diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 80b509a7809..c88f7a99099 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -53,5 +53,5 @@ sources: - https://hub.docker.com/r/collabora/code - https://hub.docker.com/r/nginxinc/nginx-unprivileged type: application -version: 38.7.1 +version: 38.7.2 diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index f8c621800c3..de5a22a05a8 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -17,7 +17,7 @@ hpbImage: clamavImage: repository: docker.io/clamav/clamav pullPolicy: IfNotPresent - tag: 1.5.0@sha256:3e32ccb69d0d90d551501821e31da379332e70feaa3061f883fcc0605e2044eb + tag: 1.5.1@sha256:b734c2f7d93587772f2c331269ce22076bac676df3ae5ba10cd7de8efe54ae89 collaboraImage: repository: docker.io/collabora/code pullPolicy: IfNotPresent