Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
04c8dfc6a5
commit
5adf6a275c
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [clamav-7.0.14](https://github.com/truecharts/charts/compare/clamav-7.0.13...clamav-7.0.14) (2023-12-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- bump everything to ensure catalog has latest versions
|
|
||||||
- fix annotations again
|
|
||||||
- update annotations
|
|
||||||
- cleanup chart.yaml and add min-max scale version
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [clamav-7.0.15](https://github.com/truecharts/charts/compare/clamav-7.0.14...clamav-7.0.15) (2023-12-04)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image clamav/clamav to 1.2.1[@c447f9c](https://github.com/c447f9c) ([#15715](https://github.com/truecharts/charts/issues/15715))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [clamav-7.0.14](https://github.com/truecharts/charts/compare/clamav-7.0.13...clamav-7.0.14) (2023-12-03)
|
## [clamav-7.0.14](https://github.com/truecharts/charts/compare/clamav-7.0.13...clamav-7.0.14) (2023-12-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/clamav to v1.2.0 ([#13667](https://github.com/truecharts/charts/issues/13667))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [clamav-7.0.5](https://github.com/truecharts/charts/compare/clamav-7.0.4...clamav-7.0.5) (2023-10-07)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: clamav
|
name: clamav
|
||||||
version: 7.0.14
|
version: 7.0.15
|
||||||
appVersion: 1.2.1
|
appVersion: 1.2.1
|
||||||
description:
|
description:
|
||||||
ClamAV is an open source antivirus engine for detecting trojans, viruses,
|
ClamAV is an open source antivirus engine for detecting trojans, viruses,
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [clamav-7.0.15](https://github.com/truecharts/charts/compare/clamav-7.0.14...clamav-7.0.15) (2023-12-04)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image clamav/clamav to 1.2.1[@c447f9c](https://github.com/c447f9c) ([#15715](https://github.com/truecharts/charts/issues/15715))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: clamav/clamav
|
repository: clamav/clamav
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.2.1@sha256:5968dbccd6c38ec86f2c7503070207d9a11bbdd7bee4c05ecf649fef2d3987c9
|
tag: 1.2.1@sha256:c447f9c713058cdb915c5becbef004a678cd7b8d6f5d70ec53479ba7687c3375
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue