Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
839c8ed250
commit
5fffbac40d
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [blocky-5.0.34](https://github.com/truecharts/charts/compare/blocky-5.0.33...blocky-5.0.34) (2023-05-27)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [blocky-5.0.35](https://github.com/truecharts/charts/compare/blocky-5.0.34...blocky-5.0.35) (2023-05-28)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [blocky-5.0.34](https://github.com/truecharts/charts/compare/blocky-5.0.33...blocky-5.0.34) (2023-05-27)
|
## [blocky-5.0.34](https://github.com/truecharts/charts/compare/blocky-5.0.33...blocky-5.0.34) (2023-05-27)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [blocky-5.0.25](https://github.com/truecharts/charts/compare/blocky-5.0.24...blocky-5.0.25) (2023-04-25)
|
## [blocky-5.0.25](https://github.com/truecharts/charts/compare/blocky-5.0.24...blocky-5.0.25) (2023-04-25)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [blocky-5.0.24](https://github.com/truecharts/charts/compare/blocky-5.0.23...blocky-5.0.24) (2023-04-24)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -25,7 +25,7 @@ sources:
|
||||||
- https://0xerr0r.github.io/blocky/
|
- https://0xerr0r.github.io/blocky/
|
||||||
- https://github.com/0xERR0R/blocky
|
- https://github.com/0xERR0R/blocky
|
||||||
- https://github.com/Mozart409/blocky-frontend
|
- https://github.com/Mozart409/blocky-frontend
|
||||||
version: 5.0.34
|
version: 5.0.35
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [blocky-5.0.35](https://github.com/truecharts/charts/compare/blocky-5.0.34...blocky-5.0.35) (2023-05-28)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||||
|
|
||||||
|
|
|
@ -826,7 +826,7 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
show_if: [["enabled", "=", "true"]]
|
show_if: [["enabled", "=", true]]
|
||||||
show_subquestions_if: true
|
show_subquestions_if: true
|
||||||
subquestions:
|
subquestions:
|
||||||
- variable: ttl
|
- variable: ttl
|
||||||
|
@ -1517,63 +1517,6 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: tls
|
|
||||||
label: TLS-Settings
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: tlsEntry
|
|
||||||
label: Host
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: hosts
|
|
||||||
label: Certificate Hosts
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: host
|
|
||||||
label: Host
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- variable: certificateIssuer
|
|
||||||
label: Use Cert-Manager clusterIssuer
|
|
||||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: scaleCert
|
|
||||||
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: entrypoint
|
|
||||||
label: (Advanced) Traefik Entrypoint
|
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: websecure
|
|
||||||
required: true
|
|
||||||
- variable: ingressClassName
|
|
||||||
label: (Advanced/Optional) IngressClass Name
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: middlewares
|
- variable: middlewares
|
||||||
label: Traefik Middlewares
|
label: Traefik Middlewares
|
||||||
description: Add previously created Traefik Middlewares to this Ingress
|
description: Add previously created Traefik Middlewares to this Ingress
|
||||||
|
@ -1587,6 +1530,70 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
|
- variable: advanced
|
||||||
|
label: Show Advanced Settings
|
||||||
|
description: Advanced settings are not covered by TrueCharts Support
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: entrypoint
|
||||||
|
label: (Advanced) Traefik Entrypoint
|
||||||
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: websecure
|
||||||
|
required: true
|
||||||
|
- variable: ingressClassName
|
||||||
|
label: (Advanced/Optional) IngressClass Name
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: tls
|
||||||
|
label: TLS-Settings
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: tlsEntry
|
||||||
|
label: Host
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: hosts
|
||||||
|
label: Certificate Hosts
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: host
|
||||||
|
label: Host
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- variable: certificateIssuer
|
||||||
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
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
|
- variable: ingressList
|
||||||
label: Add Manual Custom Ingresses
|
label: Add Manual Custom Ingresses
|
||||||
group: Ingress
|
group: Ingress
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [clusterissuer-1.0.0]clusterissuer-1.0.0 (2023-05-28)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- rename metallb to metallb-config and cert-manager to clusterissuer ([#9202](https://github.com/truecharts/charts/issues/9202))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [clusterissuer-1.0.1](https://github.com/truecharts/charts/compare/clusterissuer-1.0.0...clusterissuer-1.0.1) (2023-05-28)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [clusterissuer-1.0.0]clusterissuer-1.0.0 (2023-05-28)
|
## [clusterissuer-1.0.0]clusterissuer-1.0.0 (2023-05-28)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
|
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
|
||||||
- https://cert-manager.io/
|
- https://cert-manager.io/
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- core
|
- core
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [clusterissuer-1.0.1](https://github.com/truecharts/charts/compare/clusterissuer-1.0.0...clusterissuer-1.0.1) (2023-05-28)
|
||||||
|
|
|
@ -272,7 +272,7 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
show_if: [["selfSigned", "=", "true"]]
|
show_if: [["selfSigned", "=", true]]
|
||||||
default: "my-selfsigned-ca"
|
default: "my-selfsigned-ca"
|
||||||
- variable: crt
|
- variable: crt
|
||||||
label: "Custom CA cert (experimental)"
|
label: "Custom CA cert (experimental)"
|
||||||
|
@ -280,7 +280,7 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
show_if: [["selfSigned", "=", "false"]]
|
show_if: [["selfSigned", "=", false]]
|
||||||
default: ""
|
default: ""
|
||||||
- variable: key
|
- variable: key
|
||||||
label: "Custom CA key (experimental)"
|
label: "Custom CA key (experimental)"
|
||||||
|
@ -288,7 +288,7 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
show_if: [["selfSigned", "=", "false"]]
|
show_if: [["selfSigned", "=", false]]
|
||||||
default: ""
|
default: ""
|
||||||
|
|
||||||
- variable: selfSigned
|
- variable: selfSigned
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [lama-cleaner-2.0.19](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.18...lama-cleaner-2.0.19) (2023-05-27)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [lama-cleaner-2.0.20](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.19...lama-cleaner-2.0.20) (2023-05-28)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [lama-cleaner-2.0.19](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.18...lama-cleaner-2.0.19) (2023-05-27)
|
## [lama-cleaner-2.0.19](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.18...lama-cleaner-2.0.19) (2023-05-27)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [lama-cleaner-2.0.12](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.11...lama-cleaner-2.0.12) (2023-05-05)
|
## [lama-cleaner-2.0.12](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.11...lama-cleaner-2.0.12) (2023-05-05)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [lama-cleaner-2.0.11](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.10...lama-cleaner-2.0.11) (2023-05-03)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -22,7 +22,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner
|
- https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner
|
||||||
- https://github.com/Sanster/lama-cleaner
|
- https://github.com/Sanster/lama-cleaner
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.19
|
version: 2.0.20
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [lama-cleaner-2.0.20](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.19...lama-cleaner-2.0.20) (2023-05-28)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||||
|
|
||||||
|
|
|
@ -207,7 +207,7 @@ questions:
|
||||||
description: Stable diffusion need HuggingFace access token to download model
|
description: Stable diffusion need HuggingFace access token to download model
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [[ "sd_run_local", "=", "true"]]
|
show_if: [[ "sd_run_local", "=", true]]
|
||||||
private: true
|
private: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: sd_disable_nsfw
|
- variable: sd_disable_nsfw
|
||||||
|
@ -891,63 +891,6 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: tls
|
|
||||||
label: TLS-Settings
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: tlsEntry
|
|
||||||
label: Host
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: hosts
|
|
||||||
label: Certificate Hosts
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: host
|
|
||||||
label: Host
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- variable: certificateIssuer
|
|
||||||
label: Use Cert-Manager clusterIssuer
|
|
||||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: scaleCert
|
|
||||||
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: entrypoint
|
|
||||||
label: (Advanced) Traefik Entrypoint
|
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: websecure
|
|
||||||
required: true
|
|
||||||
- variable: ingressClassName
|
|
||||||
label: (Advanced/Optional) IngressClass Name
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: middlewares
|
- variable: middlewares
|
||||||
label: Traefik Middlewares
|
label: Traefik Middlewares
|
||||||
description: Add previously created Traefik Middlewares to this Ingress
|
description: Add previously created Traefik Middlewares to this Ingress
|
||||||
|
@ -961,6 +904,70 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
|
- variable: advanced
|
||||||
|
label: Show Advanced Settings
|
||||||
|
description: Advanced settings are not covered by TrueCharts Support
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: entrypoint
|
||||||
|
label: (Advanced) Traefik Entrypoint
|
||||||
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: websecure
|
||||||
|
required: true
|
||||||
|
- variable: ingressClassName
|
||||||
|
label: (Advanced/Optional) IngressClass Name
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: tls
|
||||||
|
label: TLS-Settings
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: tlsEntry
|
||||||
|
label: Host
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: hosts
|
||||||
|
label: Certificate Hosts
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: host
|
||||||
|
label: Host
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- variable: certificateIssuer
|
||||||
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
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
|
- variable: ingressList
|
||||||
label: Add Manual Custom Ingresses
|
label: Add Manual Custom Ingresses
|
||||||
group: Ingress
|
group: Ingress
|
Loading…
Reference in New Issue