Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7e4ddbe18a
commit
4dce25e5bd
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [fileflows-4.0.11](https://github.com/truecharts/charts/compare/fileflows-4.0.10...fileflows-4.0.11) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [fileflows-4.0.12](https://github.com/truecharts/charts/compare/fileflows-4.0.11...fileflows-4.0.12) (2023-02-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/fileflows to v1.0.9
|
||||
|
||||
|
||||
|
||||
|
||||
## [fileflows-4.0.11](https://github.com/truecharts/charts/compare/fileflows-4.0.10...fileflows-4.0.11) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
## [fileflows-4.0.4](https://github.com/truecharts/charts/compare/fileflows-4.0.3...fileflows-4.0.4) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fileflows-4.0.4](https://github.com/truecharts/charts/compare/fileflows-4.0.3...fileflows-4.0.4) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.0.8"
|
||||
appVersion: "1.0.9"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -19,7 +19,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/fileflows
|
||||
- https://hub.docker.com/r/revenz/fileflows
|
||||
- https://github.com/revenz/FileFlows
|
||||
version: 4.0.11
|
||||
version: 4.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [fileflows-4.0.12](https://github.com/truecharts/charts/compare/fileflows-4.0.11...fileflows-4.0.12) (2023-02-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/fileflows to v1.0.9
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/fileflows
|
||||
tag: 1.0.8@sha256:4b629805a0d5d251f69668f283ddf4558bd86d63ba60af8d1dd760cac29c374f
|
||||
tag: 1.0.9@sha256:ccd7421d500098a88525b5657250a410579d15fb35ae0638f9b51cb8ab2d06ec
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue