Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
15ae6528fb
commit
29eb5eb976
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [czkawka-5.0.10](https://github.com/truecharts/charts/compare/czkawka-5.0.9...czkawka-5.0.10) (2023-11-17)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [czkawka-5.0.11](https://github.com/truecharts/charts/compare/czkawka-5.0.10...czkawka-5.0.11) (2023-11-20)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image jlesage/czkawka to v23.11.2 ([#15149](https://github.com/truecharts/charts/issues/15149))
|
||||
|
||||
|
||||
|
||||
|
||||
## [czkawka-5.0.10](https://github.com/truecharts/charts/compare/czkawka-5.0.9...czkawka-5.0.10) (2023-11-17)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update container image tccr.io/truecharts/czkawka to v23.09.1 ([#12360](https://github.com/truecharts/charts/issues/12360))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [czkawka-5.0.0](https://github.com/truecharts/charts/compare/czkawka-4.0.29...czkawka-5.0.0) (2023-07-31)
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.11.1"
|
||||
appVersion: 3.11.2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/jlesage/docker-czkawka
|
||||
- https://github.com/qarmin/czkawka
|
||||
type: application
|
||||
version: 5.0.10
|
||||
version: 5.0.11
|
||||
annotations:
|
||||
truecharts.org/category: duplicates
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [czkawka-5.0.11](https://github.com/truecharts/charts/compare/czkawka-5.0.10...czkawka-5.0.11) (2023-11-20)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image jlesage/czkawka to v23.11.2 ([#15149](https://github.com/truecharts/charts/issues/15149))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: jlesage/czkawka
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v23.11.1@sha256:4e9857424427dbf7f5ba8cfd9c1db00d835a2da640d8150366e386f4f11c1f30
|
||||
tag: v23.11.2@sha256:226d304c31e006963f800eb9c918f216f0b244b7a24d4f4535d09290b97806b4
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue