Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
fc0836edfc
commit
903b114ee7
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [restreamer-2.0.12](https://github.com/truecharts/charts/compare/restreamer-2.0.11...restreamer-2.0.12) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [restreamer-2.0.13](https://github.com/truecharts/charts/compare/restreamer-2.0.12...restreamer-2.0.13) (2023-02-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/restreamer to v2.5.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [restreamer-2.0.12](https://github.com/truecharts/charts/compare/restreamer-2.0.11...restreamer-2.0.12) (2023-02-10)
|
## [restreamer-2.0.12](https://github.com/truecharts/charts/compare/restreamer-2.0.11...restreamer-2.0.12) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [restreamer-2.0.5](https://github.com/truecharts/charts/compare/restreamer-2.0.4...restreamer-2.0.5) (2022-11-30)
|
## [restreamer-2.0.5](https://github.com/truecharts/charts/compare/restreamer-2.0.4...restreamer-2.0.5) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [restreamer-2.0.5](https://github.com/truecharts/charts/compare/restreamer-2.0.4...restreamer-2.0.5) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: restreamer
|
name: restreamer
|
||||||
version: 2.0.12
|
version: 2.0.13
|
||||||
appVersion: "2.4.2"
|
appVersion: "2.5.0"
|
||||||
description: "Allows smart free video streaming in real time."
|
description: "Allows smart free video streaming in real time."
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [restreamer-2.0.13](https://github.com/truecharts/charts/compare/restreamer-2.0.12...restreamer-2.0.13) (2023-02-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/restreamer to v2.5.0
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/restreamer
|
repository: tccr.io/truecharts/restreamer
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.4.2@sha256:cc247c3cc0a39bc118d92d5c5cc01c0a842c0a1bc668615409440d0690d9d2b4
|
tag: 2.5.0@sha256:271a940b226861856b553f82aba29f457b13bd162b4a074e275683bf2690fd24
|
||||||
|
|
||||||
cudaImage:
|
cudaImage:
|
||||||
repository: tccr.io/truecharts/restreamer-cuda
|
repository: tccr.io/truecharts/restreamer-cuda
|
Loading…
Reference in New Issue