fix(tasmoadmin) code cleanup (#7244)

* fix(tasmoadmin) code cleanup

* fix url

* update tag

* fix

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
This commit is contained in:
Xstar97TheNoob
2023-02-15 15:11:12 +00:00
committed by GitHub
parent 473156684e
commit 6b314b081b
3 changed files with 61 additions and 34 deletions
+11 -9
View File
@@ -1,16 +1,11 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- HomeAutomation
- Network-Management
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "2.4.2"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 11.1.2 version: 11.1.2
deprecated: false deprecated: false
description: "TasmoAdmin is an administrative Website for Home Automation Devices flashed with Tasmota" description: A administrative platform for devices flashed with Tasmota.
home: https://truecharts.org/charts/incubator/tasmoadmin home: https://truecharts.org/charts/incubator/tasmoadmin
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png
keywords: keywords:
@@ -25,6 +20,13 @@ maintainers:
name: tasmoadmin name: tasmoadmin
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin
- https://hub.docker.com/r/raymondmm/tasmoadmin - https://github.com/TasmoAdmin/TasmoAdmin
- https://ghcr.io/tasmoadmin/tasmoadmin
type: application type: application
version: 2.0.10 version: 3.0.0
annotations:
truecharts.org/catagories: |
- HomeAutomation
- Network-Management
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
+36 -18
View File
@@ -8,11 +8,29 @@ questions:
# Include{replicas} # Include{replicas}
# Include{replica1} # Include{replica1}
# Include{controllerExpertExtraArgs} # Include{controllerExpertExtraArgs}
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: TASMO_DEBUG
label: Tasmo Debug
schema:
type: string
required: true
default: "1"
enum:
- value: "0"
description: "False"
- value: "1"
description: "True"
# Include{containerConfig} # Include{containerConfig}
# Include{serviceRoot} # Include{serviceRoot}
- variable: main - variable: main
label: "Main Service" label: Main Service
description: "The Primary service on which the healthcheck runs, often the webUI" description: The Primary service on which the healthcheck runs, often the webUI
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -20,14 +38,14 @@ questions:
# Include{serviceSelectorLoadBalancer} # Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras} # Include{serviceSelectorExtras}
- variable: main - variable: main
label: "Main Service Port Configuration" label: Main Service Port Configuration
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: port - variable: port
label: "Port" label: Port
description: "This port exposes the container port on the service" description: This port exposes the container port on the service
schema: schema:
type: int type: int
default: 9541 default: 9541
@@ -38,8 +56,8 @@ questions:
# Include{serviceList} # Include{serviceList}
# Include{persistenceRoot} # Include{persistenceRoot}
- variable: data - variable: data
label: "data Storage" label: App Data Storage
description: "Container Path data" description: Stores the Application Data.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -48,7 +66,7 @@ questions:
# Include{persistenceList} # Include{persistenceList}
# Include{ingressRoot} # Include{ingressRoot}
- variable: main - variable: main
label: "Main Ingress" label: Main Ingress
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -60,41 +78,41 @@ questions:
# Include{security} # Include{security}
# Include{securityContextAdvancedRoot} # Include{securityContextAdvancedRoot}
- variable: privileged - variable: privileged
label: "Privileged mode" label: Privileged mode
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: readOnlyRootFilesystem - variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem" label: ReadOnly Root Filesystem
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: Allow Privilege Escalation
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: runAsNonRoot - variable: runAsNonRoot
label: "runAsNonRoot" label: runAsNonRoot
schema: schema:
type: boolean type: boolean
default: false default: false
# Include{podSecurityContextRoot} # Include{podSecurityContextRoot}
- variable: runAsUser - variable: runAsUser
label: "runAsUser" label: runAsUser
description: "The UserID of the user running the application" description: The UserID of the user running the application
schema: schema:
type: int type: int
default: 0 default: 0
- variable: runAsGroup - variable: runAsGroup
label: "runAsGroup" label: runAsGroup
description: The groupID this App of the user running the application" description: The groupID this App of the user running the application
schema: schema:
type: int type: int
default: 0 default: 0
- variable: fsGroup - variable: fsGroup
label: "fsGroup" label: fsGroup
description: "The group that should own ALL storage." description: The group that should own ALL storage.
schema: schema:
type: int type: int
default: 568 default: 568
+14 -7
View File
@@ -1,25 +1,32 @@
env: {}
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/tasmoadmin repository: tccr.io/truecharts/tasmoadmin
tag: latest@sha256:c74805a40c9bcfce053e83d73bb0a4acf8a0aba689f040f75a6f79f1c8e38a42 tag: 2.4.2@sha256:5144a471e58004c129a0d800977e1e31ba4b46c52e37b9258591086161d2d96f
persistence:
data:
enabled: true
mountPath: /data
podSecurityContext: podSecurityContext:
runAsGroup: 0 runAsGroup: 0
runAsUser: 0 runAsUser: 0
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsNonRoot: false
env:
TASMO_DATADIR: /data
TASMO_DEBUG: 1
service: service:
main: main:
ports: ports:
main: main:
port: 9541 port: 9541
protocol: TCP protocol: HTTP
targetPort: 80 targetPort: 80
persistence:
data:
enabled: true
mountPath: /data
portal: portal:
enabled: true enabled: true