Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cf6a50b2bf
commit
934d153e0d
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [webtop-6.0.162](https://github.com/truecharts/charts/compare/webtop-6.0.161...webtop-6.0.162) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14253](https://github.com/truecharts/charts/issues/14253))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [webtop-6.0.163](https://github.com/truecharts/charts/compare/webtop-6.0.162...webtop-6.0.163) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/webtop-arch-i3 to latest ([#14313](https://github.com/truecharts/charts/issues/14313))
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-6.0.162](https://github.com/truecharts/charts/compare/webtop-6.0.161...webtop-6.0.162) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [webtop-6.0.153](https://github.com/truecharts/charts/compare/webtop-6.0.152...webtop-6.0.153) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/webtop-alpine-kde to latest ([#14155](https://github.com/truecharts/charts/issues/14155))
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-6.0.152](https://github.com/truecharts/charts/compare/webtop-6.0.151...webtop-6.0.152) (2023-10-31)
|
||||
|
||||
### Chore
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
||||
- https://github.com/linuxserver/docker-webtop#readme
|
||||
type: application
|
||||
version: 6.0.162
|
||||
version: 6.0.163
|
||||
annotations:
|
||||
truecharts.org/category: Tools-Utilities
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [webtop-6.0.163](https://github.com/truecharts/charts/compare/webtop-6.0.162...webtop-6.0.163) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/webtop-arch-i3 to latest ([#14313](https://github.com/truecharts/charts/issues/14313))
|
||||
|
||||
|
|
@ -60,7 +60,7 @@ fedoraI3Image:
|
|||
pullPolicy: Always
|
||||
archI3Image:
|
||||
repository: tccr.io/truecharts/webtop-arch-i3
|
||||
tag: latest@sha256:399274ef94ddf6365c529e54334e454af0c072fab942b424c679fdb22e08d840
|
||||
tag: latest@sha256:e258224beb8172a18d2c271e5b5283bcc5b3351a36b7dfee296c3e81ef86ba0e
|
||||
pullPolicy: Always
|
||||
alpineOpenBoxImage:
|
||||
repository: tccr.io/truecharts/webtop-alpine-openbox
|
|
@ -937,6 +937,12 @@ questions:
|
|||
default: websecure
|
||||
show_if: [["advanced", "=", true]]
|
||||
required: true
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
|
@ -975,12 +981,12 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 'clusterCertificate (Advanced)'
|
||||
label: Cluster Certificate
|
||||
- variable: clusterCertificate
|
||||
label: 'Cluster Certificate (Advanced)'
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
|
@ -1024,6 +1030,12 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: hosts
|
||||
label: Hosts
|
||||
schema:
|
||||
|
@ -1081,8 +1093,8 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: certificateIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
|
@ -1112,7 +1124,7 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
|
@ -1126,8 +1138,8 @@ questions:
|
|||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
label: 'Cluster Certificate (Advanced)'
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
Loading…
Reference in New Issue