Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e253d737b3
commit
c3e79c3e63
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [prusaslicer-novnc-5.0.15](https://github.com/truecharts/charts/compare/prusaslicer-novnc-5.0.14...prusaslicer-novnc-5.0.15) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [prusaslicer-novnc-5.0.16](https://github.com/truecharts/charts/compare/prusaslicer-novnc-5.0.15...prusaslicer-novnc-5.0.16) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/prusaslicer-novnc to latest ([#14272](https://github.com/truecharts/charts/issues/14272))
|
||||
|
||||
|
||||
|
||||
|
||||
## [prusaslicer-novnc-5.0.15](https://github.com/truecharts/charts/compare/prusaslicer-novnc-5.0.14...prusaslicer-novnc-5.0.15) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [prusaslicer-novnc-5.0.6](https://github.com/truecharts/charts/compare/prusaslicer-novnc-5.0.5...prusaslicer-novnc-5.0.6) (2023-09-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/prusaslicer-novnc to latest ([#12379](https://github.com/truecharts/charts/issues/12379))
|
||||
|
||||
|
||||
|
||||
|
||||
## [prusaslicer-novnc-5.0.5](https://github.com/truecharts/charts/compare/prusaslicer-novnc-5.0.4...prusaslicer-novnc-5.0.5) (2023-09-02)
|
||||
|
|
@ -25,4 +25,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc
|
||||
- https://www.prusa3d.com/prusaslicer/
|
||||
type: application
|
||||
version: 5.0.15
|
||||
version: 5.0.16
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [prusaslicer-novnc-5.0.16](https://github.com/truecharts/charts/compare/prusaslicer-novnc-5.0.15...prusaslicer-novnc-5.0.16) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/prusaslicer-novnc to latest ([#14272](https://github.com/truecharts/charts/issues/14272))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/prusaslicer-novnc
|
||||
tag: latest@sha256:d0aac52020824156375efdbacebaeb66f24c907b1a0a655eaa9192b7c4aabb73
|
||||
tag: latest@sha256:64e1a8ab30758c25f083f183a54cc2ea727a0de331bdfe8c50b89d2547860172
|
||||
persistence:
|
||||
configsfolder:
|
||||
enabled: true
|
|
@ -916,19 +916,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -994,19 +981,26 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 'clusterCertificate (Advanced)'
|
||||
label: Cluster Certificate
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
Loading…
Reference in New Issue