Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5168eded7d
commit
b8c34d235a
|
@ -4,6 +4,16 @@
|
|||
|
||||
|
||||
|
||||
## [custom-app-8.0.5](https://github.com/truecharts/charts/compare/custom-app-8.0.4...custom-app-8.0.5) (2023-05-07)
|
||||
|
||||
### Fix
|
||||
|
||||
- bump ([#8808](https://github.com/truecharts/charts/issues/8808))
|
||||
- fix probes indent and re-hide port ([#8803](https://github.com/truecharts/charts/issues/8803))
|
||||
|
||||
|
||||
|
||||
|
||||
## [custom-app-8.0.5](https://github.com/truecharts/charts/compare/custom-app-8.0.4...custom-app-8.0.5) (2023-05-07)
|
||||
|
||||
### Fix
|
||||
|
@ -87,13 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [custom-app-7.0.20](https://github.com/truecharts/charts/compare/custom-app-7.0.19...custom-app-7.0.20) (2022-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [nextpvr-5.0.2](https://github.com/truecharts/charts/compare/nextpvr-5.0.1...nextpvr-5.0.2) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [nextpvr-5.0.3](https://github.com/truecharts/charts/compare/nextpvr-5.0.2...nextpvr-5.0.3) (2023-05-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nextpvr to latest ([#8811](https://github.com/truecharts/charts/issues/8811))
|
||||
|
||||
|
||||
|
||||
|
||||
## [nextpvr-5.0.2](https://github.com/truecharts/charts/compare/nextpvr-5.0.1...nextpvr-5.0.2) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [nextpvr-4.0.4](https://github.com/truecharts/charts/compare/nextpvr-4.0.3...nextpvr-4.0.4) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [nextpvr-4.0.3](https://github.com/truecharts/charts/compare/nextpvr-4.0.2...nextpvr-4.0.3) (2022-12-13)
|
||||
|
|
@ -19,7 +19,7 @@ name: nextpvr
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr
|
||||
- https://github.com/sub3/NextPVR/wiki/Install-Docker
|
||||
version: 5.0.2
|
||||
version: 5.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [nextpvr-5.0.3](https://github.com/truecharts/charts/compare/nextpvr-5.0.2...nextpvr-5.0.3) (2023-05-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nextpvr to latest ([#8811](https://github.com/truecharts/charts/issues/8811))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/nextpvr
|
||||
tag: latest@sha256:ad85cc1edb266ade491bc710057cce3087103644e1660b8a335bac2af8db8214
|
||||
tag: latest@sha256:441a8e5e1ac5a05f725d48237bcbef3b33b37605e13cb5bb74c25d69eadcb6bf
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue