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 16:43:59 -05:00
committed by GitHub
parent 006b5d76bf
commit a10a6aebf7
8 changed files with 38 additions and 38 deletions

View File

@@ -1,8 +1,3 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- HomeAutomation
- Productivity
apiVersion: v2
appVersion: "latest"
dependencies:
@@ -10,7 +5,7 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.9.7
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
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png
keywords:
@@ -28,4 +23,9 @@ sources:
- https://ultimaker.com/software/ultimaker-cura
- https://hub.docker.com/r/mikeah/cura-novnc
type: application
version: 1.0.4
version: 2.0.0
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- HomeAutomation
- Productivity

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@@ -11,8 +11,8 @@ questions:
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
@@ -20,17 +20,17 @@ questions:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 6080
default: 16081
required: true
# Include{serviceExpertRoot}
default: false
@@ -38,16 +38,16 @@ questions:
# Include{serviceList}
# Include{persistenceRoot}
- variable: homefolder
label: "homefolder Storage"
description: "Container Path homecura"
label: Main Container Storage
description: Main Container Storage
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: prints
label: "prints Storage"
description: "3D Printing Folder"
label: Prints or File Storage
description: 3D Printing Folder
schema:
additional_attrs: true
type: dict
@@ -56,7 +56,7 @@ questions:
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
label: Main Ingress
schema:
additional_attrs: true
type: dict
@@ -68,41 +68,41 @@ questions:
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
label: Privileged mode
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
label: ReadOnly Root Filesystem
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
label: Allow Privilege Escalation
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
label: runAsNonRoot
schema:
type: boolean
default: false
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568

View File

@@ -1,15 +1,7 @@
env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cura-novnc
tag: latest@sha256:aaa2736d302604e76490ab15b39272f6ff8ae9f731852001ff14f045097c8fef
persistence:
homefolder:
enabled: true
mountPath: /home/cura/
prints:
enabled: true
mountPath: /prints/
podSecurityContext:
runAsGroup: 0
runAsUser: 0
@@ -20,9 +12,17 @@ service:
main:
ports:
main:
port: 6080
protocol: TCP
port: 16081
protocol: HTTP
targetPort: 8080
persistence:
homefolder:
enabled: true
mountPath: /home/cura/
prints:
enabled: true
mountPath: /prints/
portal:
enabled: true