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:
|
||||
|
||||
Reference in New Issue
Block a user