Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-08-09 21:01:33 +00:00
parent e599250f8e
commit 332650ed4e
10 changed files with 20 additions and 11 deletions

View File

@ -2,6 +2,15 @@
## [mymediaforalexa-0.0.3](https://github.com/truecharts/charts/compare/mymediaforalexa-0.0.2...mymediaforalexa-0.0.3) (2022-08-09)
### Fix
- mod main port for web access ([#3417](https://github.com/truecharts/charts/issues/3417))
## [mymediaforalexa-0.0.2](https://github.com/truecharts/charts/compare/mymediaforalexa-0.0.1...mymediaforalexa-0.0.2) (2022-08-09)
### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.4.9
digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4
generated: "2022-08-09T15:19:41.178967899Z"
generated: "2022-08-09T20:55:56.986124595Z"

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: mymediaforalexa
version: 0.0.2
version: 0.0.3
appVersion: "1.3.147.99"
description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com .
type: application

View File

@ -1,6 +1,6 @@
# mymediaforalexa
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.147.99](https://img.shields.io/badge/AppVersion-1.3.147.99-informational?style=flat-square)
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.147.99](https://img.shields.io/badge/AppVersion-1.3.147.99-informational?style=flat-square)
This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com .

View File

@ -15,15 +15,15 @@ service:
main:
ports:
main:
targetPort: 52050
port: 52050
targetPort: 52051
port: 52051
sub:
enabled: true
ports:
sub:
enabled: true
targetPort: 52051
port: 52051
targetPort: 52050
port: 52050
persistence:
data:

View File

@ -355,7 +355,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 52050
default: 52051
required: true
- variable: advanced
label: Show Advanced Settings
@ -396,7 +396,7 @@ questions:
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 52050
default: 52051
- variable: sub
label: "Sub Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
@ -487,7 +487,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 52051
default: 52050
required: true
- variable: advanced
label: Show Advanced Settings
@ -528,7 +528,7 @@ questions:
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 52051
default: 52050
- variable: serviceexpert
group: Networking and Services
label: Show Expert Config