Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b34d9f68e2
commit
423db7b9d5
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [tsmuxer-3.0.13](https://github.com/truecharts/charts/compare/tsmuxer-3.0.12...tsmuxer-3.0.13) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [tsmuxer-3.0.14](https://github.com/truecharts/charts/compare/tsmuxer-3.0.13...tsmuxer-3.0.14) (2023-02-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/tsmuxer to v23.02.3
|
||||
|
||||
|
||||
|
||||
|
||||
## [tsmuxer-3.0.13](https://github.com/truecharts/charts/compare/tsmuxer-3.0.12...tsmuxer-3.0.13) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [tsmuxer-3.0.4](https://github.com/truecharts/charts/compare/tsmuxer-3.0.3...tsmuxer-3.0.4) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [tsmuxer-3.0.3](https://github.com/truecharts/charts/compare/tsmuxer-3.0.2...tsmuxer-3.0.3) (2022-12-10)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.02.2"
|
||||
appVersion: "23.02.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://hub.docker.com/r/jlesage/tsmuxer
|
||||
- https://github.com/jlesage/docker-tsmuxer
|
||||
type: application
|
||||
version: 3.0.13
|
||||
version: 3.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [tsmuxer-3.0.14](https://github.com/truecharts/charts/compare/tsmuxer-3.0.13...tsmuxer-3.0.14) (2023-02-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/tsmuxer to v23.02.3
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/tsmuxer
|
||||
tag: 23.02.2@sha256:9a9ef2ddd197844ff4b6d4d3891fd012b1681ad67f7c60410b3c6d0ac7ab57a7
|
||||
tag: 23.02.3@sha256:9b419b4806415d38b9455e0c4513df2234daee5d0696d8b8fb91bb5f54ac2174
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue