Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
3b67a04bde
commit
a16f87fac2
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [fileflows-6.0.10](https://github.com/truecharts/charts/compare/fileflows-6.0.9...fileflows-6.0.10) (2023-11-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/fileflows to v23.11.0 ([#14556](https://github.com/truecharts/charts/issues/14556))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fileflows-6.0.9](https://github.com/truecharts/charts/compare/fileflows-6.0.8...fileflows-6.0.9) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
## [fileflows-6.0.0](https://github.com/truecharts/charts/compare/fileflows-5.0.31...fileflows-6.0.0) (2023-07-31)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fileflows-5.0.31](https://github.com/truecharts/charts/compare/fileflows-5.0.30...fileflows-5.0.31) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.10.0"
|
||||
appVersion: "23.11.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -18,7 +18,7 @@ name: fileflows
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/fileflows
|
||||
- https://github.com/revenz/FileFlows
|
||||
version: 6.0.9
|
||||
version: 6.0.10
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [fileflows-6.0.10](https://github.com/truecharts/charts/compare/fileflows-6.0.9...fileflows-6.0.10) (2023-11-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/fileflows to v23.11.0 ([#14556](https://github.com/truecharts/charts/issues/14556))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/fileflows
|
||||
tag: v23.10.0@sha256:5ed68558ca8b116103f4f2ea5457cc4966eb2c6b0c7ef7cb003acea30c4a3a84
|
||||
tag: v23.11.0@sha256:e04ddf474bcb000d40f3796fd1f0c1c1f691c082b138827099d4205f52b579e1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
|
@ -1077,7 +1077,7 @@ questions:
|
|||
label: Paths
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
default: [{path: "/", pathType: "Prefix"}]
|
||||
items:
|
||||
- variable: pathEntry
|
||||
label: Host
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [fileflows-6.0.9](https://github.com/truecharts/charts/compare/fileflows-6.0.8...fileflows-6.0.9) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
Loading…
Reference in New Issue