Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b9edf26f4f
commit
207efb8e1b
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [plex-meta-manager-2.0.4](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.3...plex-meta-manager-2.0.4) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [plex-meta-manager-2.0.5](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.4...plex-meta-manager-2.0.5) (2022-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/plex-meta-manager to v1.18.1
|
||||
|
||||
|
||||
|
||||
|
||||
## [plex-meta-manager-2.0.4](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.3...plex-meta-manager-2.0.4) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
@ -81,15 +90,6 @@
|
|||
|
||||
|
||||
|
||||
## [plex-meta-manager-2.0.1](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.0...plex-meta-manager-2.0.1) (2022-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||
|
||||
|
||||
|
||||
|
||||
## [plex-meta-manager-2.0.1](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.0...plex-meta-manager-2.0.1) (2022-11-15)
|
||||
|
||||
### Chore
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: plex-meta-manager
|
||||
version: 2.0.4
|
||||
appVersion: "1.18.0"
|
||||
version: 2.0.5
|
||||
appVersion: "1.18.1"
|
||||
description: Python script to update metadata and automatically build collections.
|
||||
type: application
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [plex-meta-manager-2.0.5](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.4...plex-meta-manager-2.0.5) (2022-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/plex-meta-manager to v1.18.1
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/plex-meta-manager
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.18.0@sha256:ee6d948d3e0e01aeeda93b47938239682e13d24bb58f2670d3d288bbbd237216
|
||||
tag: 1.18.1@sha256:46b293d5f5c9b432b3f15b1bfe806746148fa4fbf6ededf4cb88c9fd1bec4900
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue