Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-03 21:39:35 +00:00
parent cf6a50b2bf
commit 934d153e0d
12 changed files with 40 additions and 28 deletions

View File

@ -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))

View File

@ -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) ## [webtop-6.0.162](https://github.com/truecharts/charts/compare/webtop-6.0.161...webtop-6.0.162) (2023-11-03)
### Chore ### 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) ## [webtop-6.0.153](https://github.com/truecharts/charts/compare/webtop-6.0.152...webtop-6.0.153) (2023-10-31)
### Chore ### 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

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/webtop - https://github.com/orgs/linuxserver/packages/container/package/webtop
- https://github.com/linuxserver/docker-webtop#readme - https://github.com/linuxserver/docker-webtop#readme
type: application type: application
version: 6.0.162 version: 6.0.163
annotations: annotations:
truecharts.org/category: Tools-Utilities truecharts.org/category: Tools-Utilities
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -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))

View File

@ -60,7 +60,7 @@ fedoraI3Image:
pullPolicy: Always pullPolicy: Always
archI3Image: archI3Image:
repository: tccr.io/truecharts/webtop-arch-i3 repository: tccr.io/truecharts/webtop-arch-i3
tag: latest@sha256:399274ef94ddf6365c529e54334e454af0c072fab942b424c679fdb22e08d840 tag: latest@sha256:e258224beb8172a18d2c271e5b5283bcc5b3351a36b7dfee296c3e81ef86ba0e
pullPolicy: Always pullPolicy: Always
alpineOpenBoxImage: alpineOpenBoxImage:
repository: tccr.io/truecharts/webtop-alpine-openbox repository: tccr.io/truecharts/webtop-alpine-openbox

View File

@ -937,6 +937,12 @@ questions:
default: websecure default: websecure
show_if: [["advanced", "=", true]] show_if: [["advanced", "=", true]]
required: true required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName - variable: ingressClassName
label: (Advanced/Optional) IngressClass Name label: (Advanced/Optional) IngressClass Name
schema: schema:
@ -975,12 +981,12 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: 'clusterCertificate (Advanced)' - variable: clusterCertificate
label: Cluster Certificate label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema: schema:
type: string type: string
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
default: "" default: ""
- variable: secretName - variable: secretName
label: 'Use Custom Certificate Secret (Advanced)' label: 'Use Custom Certificate Secret (Advanced)'
@ -1024,6 +1030,12 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts - variable: hosts
label: Hosts label: Hosts
schema: schema:
@ -1081,8 +1093,8 @@ questions:
label: Service Port label: Service Port
schema: schema:
type: int type: int
- variable: clusterIssuer - variable: certificateIssuer
label: clusterIssuer label: certificateIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema: schema:
type: string type: string
@ -1112,7 +1124,7 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- variable: clusterIssuer - variable: certificateIssuer
label: Use Cert-Manager clusterIssuer label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema: schema:
@ -1126,8 +1138,8 @@ questions:
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: clusterCertificate - variable: clusterCertificate
label: Cluster Certificate (Experimental) label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature' description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema: schema:
type: string type: string
show_if: [["clusterIssuer", "=", ""]] show_if: [["clusterIssuer", "=", ""]]