Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-04-30 05:40:33 +00:00
parent e278382f12
commit c2e167e3da
12 changed files with 22 additions and 22 deletions

View File

@@ -4,6 +4,15 @@
## [tinymediamanager-5.0.10](https://github.com/truecharts/charts/compare/tinymediamanager-5.0.9...tinymediamanager-5.0.10) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/tinymediamanager to v4.3.10 ([#8528](https://github.com/truecharts/charts/issues/8528))
## [tinymediamanager-5.0.9](https://github.com/truecharts/charts/compare/tinymediamanager-5.0.8...tinymediamanager-5.0.9) (2023-04-25)
### Chore
@@ -88,12 +97,3 @@
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
## [tinymediamanager-4.0.11](https://github.com/truecharts/charts/compare/tinymediamanager-4.0.10...tinymediamanager-4.0.11) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.3.7"
appVersion: "4.3.10"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -20,7 +20,7 @@ name: tinymediamanager
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager
- https://gitlab.com/tinyMediaManager/tinyMediaManager
version: 5.0.9
version: 5.0.10
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [tinymediamanager-5.0.10](https://github.com/truecharts/charts/compare/tinymediamanager-5.0.9...tinymediamanager-5.0.10) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/tinymediamanager to v4.3.10 ([#8528](https://github.com/truecharts/charts/issues/8528))

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/tinymediamanager
tag: 4.3.7@sha256:25e2509aa228048dd29ed799ad231bdaf381dae7e8189a31ec07b6a46cf20ce8
tag: 4.3.10@sha256:cd74d01de27be1edfad026fc45fab7a8dc00bf56f32809f4131af448f94e27d1
pullPolicy: IfNotPresent
service:
main:

View File

@@ -1078,7 +1078,7 @@ questions:
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
schema:
type: int
show_if: [["runAsUser", "=", "0"]]
show_if: [["runAsUser", "=", 0]]
default: 568
- variable: UMASK
label: UMASK

View File

@@ -1,9 +0,0 @@
## [tinymediamanager-5.0.9](https://github.com/truecharts/charts/compare/tinymediamanager-5.0.8...tinymediamanager-5.0.9) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))