Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
19bbc73972
commit
eeb9ef1998
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [openspeedtest-4.0.22](https://github.com/truecharts/charts/compare/openspeedtest-4.0.21...openspeedtest-4.0.22) (2023-06-13)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [openspeedtest-4.0.23](https://github.com/truecharts/charts/compare/openspeedtest-4.0.22...openspeedtest-4.0.23) (2023-06-22)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/openspeedtest to latest ([#9836](https://github.com/truecharts/charts/issues/9836))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [openspeedtest-4.0.22](https://github.com/truecharts/charts/compare/openspeedtest-4.0.21...openspeedtest-4.0.22) (2023-06-13)
|
## [openspeedtest-4.0.22](https://github.com/truecharts/charts/compare/openspeedtest-4.0.21...openspeedtest-4.0.22) (2023-06-13)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [openspeedtest-4.0.13](https://github.com/truecharts/charts/compare/openspeedtest-4.0.12...openspeedtest-4.0.13) (2023-05-22)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest
|
- https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest
|
||||||
- https://github.com/openspeedtest/Speed-Test
|
- https://github.com/openspeedtest/Speed-Test
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.22
|
version: 4.0.23
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [openspeedtest-4.0.23](https://github.com/truecharts/charts/compare/openspeedtest-4.0.22...openspeedtest-4.0.23) (2023-06-22)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/openspeedtest to latest ([#9836](https://github.com/truecharts/charts/issues/9836))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/openspeedtest
|
repository: tccr.io/truecharts/openspeedtest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:ab0f3054dfaf0836dd1ae50a45922be0cac5b0d86d41bdb35d14d4ce1af1c467
|
tag: latest@sha256:4e72ef48de610b1a9f0318417af8362462fd7ea5b8e6d36a6bb53c20520541b8
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
|
@ -303,6 +303,7 @@ questions:
|
||||||
description: Interface Configuration
|
description: Interface Configuration
|
||||||
label: Interface Configuration
|
label: Interface Configuration
|
||||||
schema:
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
$ref:
|
$ref:
|
||||||
- "normalize/interfaceConfiguration"
|
- "normalize/interfaceConfiguration"
|
||||||
|
@ -319,6 +320,7 @@ questions:
|
||||||
description: Define how IP Address will be managed
|
description: Define how IP Address will be managed
|
||||||
label: IP Address Management
|
label: IP Address Management
|
||||||
schema:
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
required: true
|
required: true
|
||||||
attrs:
|
attrs:
|
||||||
|
@ -678,64 +680,65 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
show_subquestions_if: true
|
- variable: entrypoint
|
||||||
subquestions:
|
label: (Advanced) Traefik Entrypoint
|
||||||
- variable: entrypoint
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
label: (Advanced) Traefik Entrypoint
|
schema:
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
type: string
|
||||||
|
default: websecure
|
||||||
|
show_if: [["advanced", "=", true]]
|
||||||
|
required: true
|
||||||
|
- variable: ingressClassName
|
||||||
|
label: (Advanced/Optional) IngressClass Name
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["advanced", "=", true]]
|
||||||
|
default: ""
|
||||||
|
- variable: tls
|
||||||
|
label: TLS-Settings
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
show_if: [["advanced", "=", true]]
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: tlsEntry
|
||||||
|
label: Host
|
||||||
schema:
|
schema:
|
||||||
type: string
|
additional_attrs: true
|
||||||
default: websecure
|
type: dict
|
||||||
required: true
|
attrs:
|
||||||
- variable: ingressClassName
|
- variable: hosts
|
||||||
label: (Advanced/Optional) IngressClass Name
|
label: Certificate Hosts
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: tls
|
|
||||||
label: TLS-Settings
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: tlsEntry
|
|
||||||
label: Host
|
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
type: list
|
||||||
type: dict
|
default: []
|
||||||
attrs:
|
items:
|
||||||
- variable: hosts
|
- variable: host
|
||||||
label: Certificate Hosts
|
label: Host
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: string
|
||||||
default: []
|
default: ""
|
||||||
items:
|
required: true
|
||||||
- variable: host
|
|
||||||
label: Host
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- variable: certificateIssuer
|
- 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:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: scaleCert
|
- variable: scaleCert
|
||||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
schema:
|
schema:
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
- variable: secretName
|
- variable: secretName
|
||||||
label: Use Custom Secret (Advanced)
|
label: Use Custom Secret (Advanced)
|
||||||
schema:
|
schema:
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: ingressList
|
- variable: ingressList
|
||||||
label: Add Manual Custom Ingresses
|
label: Add Manual Custom Ingresses
|
||||||
group: Ingress
|
group: Ingress
|
||||||
|
@ -1093,6 +1096,7 @@ questions:
|
||||||
- variable: gpu
|
- variable: gpu
|
||||||
label: Select GPU
|
label: Select GPU
|
||||||
schema:
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/gpuConfiguration"
|
- "definitions/gpuConfiguration"
|
||||||
|
@ -1680,6 +1684,7 @@ questions:
|
||||||
- variable: openvpn
|
- variable: openvpn
|
||||||
label: OpenVPN Settings
|
label: OpenVPN Settings
|
||||||
schema:
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
show_if: [["type", "=", "openvpn"]]
|
show_if: [["type", "=", "openvpn"]]
|
||||||
attrs:
|
attrs:
|
||||||
|
@ -1700,6 +1705,7 @@ questions:
|
||||||
- variable: tailscale
|
- variable: tailscale
|
||||||
label: Tailscale Settings
|
label: Tailscale Settings
|
||||||
schema:
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
show_if: [["type", "=", "tailscale"]]
|
show_if: [["type", "=", "tailscale"]]
|
||||||
attrs:
|
attrs:
|
|
@ -3,3 +3,4 @@ categories:
|
||||||
- utilities
|
- utilities
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
screenshots: []
|
||||||
|
|
Loading…
Reference in New Issue