Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
29eb5eb976
commit
1e4dbbb32a
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [filebot-5.0.10](https://github.com/truecharts/charts/compare/filebot-5.0.9...filebot-5.0.10) (2023-11-20)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image jlesage/filebot to v23.11.2 ([#15150](https://github.com/truecharts/charts/issues/15150))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [filebot-5.0.9](https://github.com/truecharts/charts/compare/filebot-5.0.8...filebot-5.0.9) (2023-11-17)
|
## [filebot-5.0.9](https://github.com/truecharts/charts/compare/filebot-5.0.8...filebot-5.0.9) (2023-11-17)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [filebot-4.0.18](https://github.com/truecharts/charts/compare/filebot-4.0.17...filebot-4.0.18) (2023-07-29)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "23.11.1"
|
appVersion: 3.11.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/filebot
|
- https://github.com/truecharts/charts/tree/master/charts/stable/filebot
|
||||||
- https://github.com/jlesage/docker-filebot
|
- https://github.com/jlesage/docker-filebot
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.9
|
version: 5.0.10
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [filebot-5.0.10](https://github.com/truecharts/charts/compare/filebot-5.0.9...filebot-5.0.10) (2023-11-20)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image jlesage/filebot to v23.11.2 ([#15150](https://github.com/truecharts/charts/issues/15150))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: jlesage/filebot
|
repository: jlesage/filebot
|
||||||
tag: v23.11.1@sha256:040f74f971fc220d58d4cdb9da63d19c8d55609bbee7f315ee76855758051f35
|
tag: v23.11.2@sha256:8b382b2ac3cdb01158a67f7a3706f7716b1bf29cc398152842e66c402b161e7b
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [filebot-5.0.9](https://github.com/truecharts/charts/compare/filebot-5.0.8...filebot-5.0.9) (2023-11-17)
|
|
||||||
|
|
Loading…
Reference in New Issue