feat(apps): move to stable (#2790)
This commit is contained in:
@@ -26,7 +26,7 @@ name: clarkson
|
||||
sources:
|
||||
- https://github.com/linuxserver/Clarkson
|
||||
- https://hub.docker.com/r/linuxserver/clarkson
|
||||
version: 1.0.23
|
||||
version: 1.0.24
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- vehicle
|
||||
|
||||
@@ -104,7 +104,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10228
|
||||
default: 10244
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
|
||||
@@ -19,14 +19,11 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10228
|
||||
port: 10244
|
||||
targetPort: 3000
|
||||
|
||||
# See more environment variables in the clarkson documentation
|
||||
# https://github.com/linuxserver/docker-clarkson#parameters
|
||||
env:
|
||||
MYSQL_USERNAME: clarkson
|
||||
|
||||
MYSQL_USERNAME: "{{ .Values.mariadb.mariadbUsername }}"
|
||||
|
||||
envValueFrom:
|
||||
MYSQL_HOST:
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ name: commento-plusplus
|
||||
sources:
|
||||
- https://github.com/souramoo/commentoplusplus
|
||||
- https://hub.docker.com/r/caroga/commentoplusplus
|
||||
version: 0.0.1
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -18,7 +18,7 @@ name: fileflows
|
||||
sources:
|
||||
- https://github.com/revenz/FileFlows
|
||||
- https://hub.docker.com/r/revenz/fileflows
|
||||
version: 0.0.1
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -17,7 +17,7 @@ maintainers:
|
||||
name: homarr
|
||||
sources:
|
||||
- https://github.com/ajnart/homarr
|
||||
version: 0.0.1
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -103,7 +103,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10239
|
||||
default: 10245
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
@@ -7,7 +7,7 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10239
|
||||
port: 10245
|
||||
targetPort: 7575
|
||||
|
||||
persistence:
|
||||
@@ -18,7 +18,7 @@ name: jellyseerr
|
||||
sources:
|
||||
- https://github.com/Fallenbagel/jellyseerr
|
||||
- https://hub.docker.com/r/fallenbagel/jellyseerr
|
||||
version: 0.0.1
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -18,7 +18,7 @@ name: meshroom
|
||||
sources:
|
||||
- https://github.com/alicevision/meshroom
|
||||
- https://hub.docker.com/r/alicevision/meshroom
|
||||
version: 0.0.1
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -103,7 +103,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10047
|
||||
default: 10243
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
@@ -138,7 +138,7 @@ questions:
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 4040
|
||||
default: 22
|
||||
|
||||
- variable: serviceexpert
|
||||
group: "Networking and Services"
|
||||
Reference in New Issue
Block a user