feat(Prusalicer): Move to stable (#4246)

This commit is contained in:
StevenMcElligott
2022-10-31 10:05:59 +02:00
committed by GitHub
parent f8c10a1fb3
commit a009a4f12a
8 changed files with 8 additions and 7 deletions
@@ -10,7 +10,7 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.7.7 version: 10.7.7
deprecated: false deprecated: false
description: "Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart." description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart.
home: https://truecharts.org/docs/charts/incubator/prusaslicer-novnc home: https://truecharts.org/docs/charts/incubator/prusaslicer-novnc
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png
keywords: keywords:
@@ -28,4 +28,4 @@ sources:
- https://www.prusa3d.com/prusaslicer/ - https://www.prusa3d.com/prusaslicer/
- https://hub.docker.com/r/mikeah/prusaslicer-novnc - https://hub.docker.com/r/mikeah/prusaslicer-novnc
type: application type: application
version: 0.0.43 version: 1.0.0

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

@@ -47,7 +47,7 @@ questions:
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: 16080
required: true required: true
# Include{advancedPortTCP} # Include{advancedPortTCP}
- variable: targetPort - variable: targetPort
@@ -1,5 +1,3 @@
env:
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/prusaslicer-novnc repository: tccr.io/truecharts/prusaslicer-novnc
@@ -21,9 +19,12 @@ service:
main: main:
ports: ports:
main: main:
port: 6080 port: 16080
protocol: TCP protocol: HTTP
targetPort: 8080 targetPort: 8080
portal: portal:
enabled: true enabled: true
env:
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt