Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1ca2679aee
commit
aa874e7f29
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [medusa-6.0.10](https://github.com/truecharts/charts/compare/medusa-6.0.9...medusa-6.0.10) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/medusa to v ([#8312](https://github.com/truecharts/charts/issues/8312))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [medusa-6.0.11](https://github.com/truecharts/charts/compare/medusa-6.0.10...medusa-6.0.11) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/medusa to v1.0.13 ([#8484](https://github.com/truecharts/charts/issues/8484))
|
||||
|
||||
|
||||
|
||||
|
||||
## [medusa-6.0.10](https://github.com/truecharts/charts/compare/medusa-6.0.9...medusa-6.0.10) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||
|
||||
|
||||
|
||||
|
||||
## [medusa-6.0.0](https://github.com/truecharts/charts/compare/medusa-5.0.17...medusa-6.0.0) (2023-04-11)
|
||||
|
||||
### Feat
|
||||
|
||||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.0.11"
|
||||
appVersion: "1.0.13"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/linuxserver/docker-medusa
|
||||
- https://pymedusa.com/
|
||||
type: application
|
||||
version: 6.0.10
|
||||
version: 6.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [medusa-6.0.11](https://github.com/truecharts/charts/compare/medusa-6.0.10...medusa-6.0.11) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/medusa to v1.0.13 ([#8484](https://github.com/truecharts/charts/issues/8484))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/medusa
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.0.11@sha256:e3ecbf6bb5f4949c3bc4eb2b7a6223c5f29ae0aac98593da09ed536b89cb241c
|
||||
tag: 1.0.13@sha256:2e41757236372fdbc7ee175126c8b6cb31294611d56a425154754405cab61ba4
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -924,7 +924,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
|
Loading…
Reference in New Issue