feat(Cura-novnc): Move to Stable (#4403)

* feat(Cura-novnc): Move to Stable

* Update charts/stable/cura-novnc/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
StevenMcElligott
2022-11-13 23:43:59 +02:00
committed by GitHub
co-authored by Stavros Kois
parent 006b5d76bf
commit a10a6aebf7
8 changed files with 38 additions and 38 deletions
@@ -1,8 +1,3 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- HomeAutomation
- Productivity
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
@@ -10,7 +5,7 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.9.7 version: 10.9.7
deprecated: false deprecated: false
description: "Enjoy Cura directly in your browser with this easy to use Chart Chart." description: Enjoy Cura directly in your browser with this easy to use Chart
home: https://truecharts.org/docs/charts/incubator/cura-novnc home: https://truecharts.org/docs/charts/incubator/cura-novnc
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png
keywords: keywords:
@@ -28,4 +23,9 @@ sources:
- https://ultimaker.com/software/ultimaker-cura - https://ultimaker.com/software/ultimaker-cura
- https://hub.docker.com/r/mikeah/cura-novnc - https://hub.docker.com/r/mikeah/cura-novnc
type: application type: application
version: 1.0.4 version: 2.0.0
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- HomeAutomation
- Productivity

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

@@ -11,8 +11,8 @@ questions:
# 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,17 +20,17 @@ 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: 6080 default: 16081
required: true required: true
# Include{serviceExpertRoot} # Include{serviceExpertRoot}
default: false default: false
@@ -38,16 +38,16 @@ questions:
# Include{serviceList} # Include{serviceList}
# Include{persistenceRoot} # Include{persistenceRoot}
- variable: homefolder - variable: homefolder
label: "homefolder Storage" label: Main Container Storage
description: "Container Path homecura" description: Main Container Storage
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
# Include{persistenceBasic} # Include{persistenceBasic}
- variable: prints - variable: prints
label: "prints Storage" label: Prints or File Storage
description: "3D Printing Folder" description: 3D Printing Folder
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -56,7 +56,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
@@ -68,41 +68,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
@@ -1,15 +1,7 @@
env: {}
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cura-novnc repository: tccr.io/truecharts/cura-novnc
tag: latest@sha256:aaa2736d302604e76490ab15b39272f6ff8ae9f731852001ff14f045097c8fef tag: latest@sha256:aaa2736d302604e76490ab15b39272f6ff8ae9f731852001ff14f045097c8fef
persistence:
homefolder:
enabled: true
mountPath: /home/cura/
prints:
enabled: true
mountPath: /prints/
podSecurityContext: podSecurityContext:
runAsGroup: 0 runAsGroup: 0
runAsUser: 0 runAsUser: 0
@@ -20,9 +12,17 @@ service:
main: main:
ports: ports:
main: main:
port: 6080 port: 16081
protocol: TCP protocol: HTTP
targetPort: 8080 targetPort: 8080
persistence:
homefolder:
enabled: true
mountPath: /home/cura/
prints:
enabled: true
mountPath: /prints/
portal: portal:
enabled: true enabled: true