Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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
|
||||
@@ -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"
|
||||
@@ -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
|
||||
@@ -1,6 +1,6 @@
|
||||
# mymediaforalexa
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com .
|
||||
|
||||
@@ -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:
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user