Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
67c01391bc
commit
6be12684e0
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [flexget-4.0.22](https://github.com/truecharts/charts/compare/flexget-4.0.21...flexget-4.0.22) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [flexget-4.0.23](https://github.com/truecharts/charts/compare/flexget-4.0.22...flexget-4.0.23) (2023-02-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/flexget to v3.5.22
|
||||
|
||||
|
||||
|
||||
|
||||
## [flexget-4.0.22](https://github.com/truecharts/charts/compare/flexget-4.0.21...flexget-4.0.22) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [flexget-4.0.13](https://github.com/truecharts/charts/compare/flexget-4.0.12...flexget-4.0.13) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [flexget-4.0.12](https://github.com/truecharts/charts/compare/flexget-4.0.11...flexget-4.0.12) (2022-12-26)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "3.5.21"
|
||||
appVersion: "3.5.22"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://hub.docker.com/r/wiserain/flexget
|
||||
- https://github.com/wiserain/docker-flexget
|
||||
type: application
|
||||
version: 4.0.22
|
||||
version: 4.0.23
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [flexget-4.0.23](https://github.com/truecharts/charts/compare/flexget-4.0.22...flexget-4.0.23) (2023-02-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/flexget to v3.5.22
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/flexget
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.5.21@sha256:d4d67602870365f22e0eeaba36f0840773ca6aa5d08a8cbb90b5d95fc45dd589
|
||||
tag: 3.5.22@sha256:32003dacc46775c1fad4b932d0285b2f67fdb4890f501b01d0fa1c925eb6151c
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
Loading…
Reference in New Issue