From c20a74354b5881fd72a105c82435146150968936 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 29 Jan 2024 07:21:59 +0100 Subject: [PATCH] chore(deps): update container image clamav/clamav to 1.2.1@43cdba4 by renovate (#17717) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | clamav/clamav | digest | `f51c38f` -> `43cdba4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). --- charts/stable/clamav/Chart.yaml | 4 ++-- charts/stable/clamav/values.yaml | 2 +- charts/stable/nextcloud/Chart.yaml | 10 +++++----- charts/stable/nextcloud/values.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index 948f91de896..5aa627c1434 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png keywords: - clamav - antivirus -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/clamav - https://hub.docker.com/r/clamav/clamav type: application -version: 9.1.12 +version: 9.1.13 diff --git a/charts/stable/clamav/values.yaml b/charts/stable/clamav/values.yaml index db1a4324b4d..90657e0997b 100644 --- a/charts/stable/clamav/values.yaml +++ b/charts/stable/clamav/values.yaml @@ -1,7 +1,7 @@ image: repository: clamav/clamav pullPolicy: IfNotPresent - tag: 1.2.1@sha256:f51c38f31c6b8754191a040c9f9ffc7cb3e44c796b9a2700b3cfd33211651a6f + tag: 1.2.1@sha256:43cdba432eb076c8f0290c5ade3735aba95cd37e7c53d91061e5519f199e1fb6 securityContext: container: readOnlyRootFilesystem: false diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index c32ebee38a8..fadbefb6978 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -44,10 +44,10 @@ sources: - https://github.com/nextcloud/helm - https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - - https://hub.docker.com/r/clamav/clamav - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary - - https://hub.docker.com/r/collabora/code - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - https://hub.docker.com/r/nginxinc/nginx-unprivileged + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm + - https://hub.docker.com/r/collabora/code + - https://hub.docker.com/r/clamav/clamav type: application -version: 28.1.30 +version: 28.1.31 diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index 42b8bcced1e..0dcab3528b6 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -17,7 +17,7 @@ hpbImage: clamavImage: repository: clamav/clamav pullPolicy: IfNotPresent - tag: 1.2.1@sha256:f51c38f31c6b8754191a040c9f9ffc7cb3e44c796b9a2700b3cfd33211651a6f + tag: 1.2.1@sha256:43cdba432eb076c8f0290c5ade3735aba95cd37e7c53d91061e5519f199e1fb6 collaboraImage: repository: collabora/code pullPolicy: IfNotPresent