Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-01-30 22:24:34 +00:00
parent 7960247caa
commit e2cffa25db
11 changed files with 88 additions and 26 deletions

View File

@@ -1,9 +0,0 @@
## [omada-controller-8.0.18](https://github.com/truecharts/charts/compare/omada-controller-8.0.17...omada-controller-8.0.18) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/omada-controller to 5.7.0

View File

@@ -4,6 +4,15 @@
## [omada-controller-8.0.19](https://github.com/truecharts/charts/compare/omada-controller-8.0.18...omada-controller-8.0.19) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/omada-controller to v
## [omada-controller-8.0.18](https://github.com/truecharts/charts/compare/omada-controller-8.0.17...omada-controller-8.0.18) (2023-01-19)
### Chore
@@ -88,12 +97,3 @@
## [omada-controller-8.0.10](https://github.com/truecharts/charts/compare/omada-controller-8.0.9...omada-controller-8.0.10) (2022-11-30)
## [omada-controller-8.0.10](https://github.com/truecharts/charts/compare/omada-controller-8.0.9...omada-controller-8.0.10) (2022-11-30)
## [omada-controller-8.0.10](https://github.com/truecharts/charts/compare/omada-controller-8.0.9...omada-controller-8.0.10) (2022-11-30)

View File

@@ -18,7 +18,7 @@ name: omada-controller
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
- https://github.com/mbentley/docker-omada-controller
version: 8.0.18
version: 8.0.19
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [omada-controller-8.0.19](https://github.com/truecharts/charts/compare/omada-controller-8.0.18...omada-controller-8.0.19) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/omada-controller to v

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/omada-controller
tag: 5.7.0@sha256:3d0bd04cc23fec1c40ca5214110dd9368140f1946ea24a0fdbd65dfd11c79cc7
tag: 5.7.0@sha256:fc74aeb037f7ca2c56e84d7e5db23da838a6bf040baf49de3ea8e70a0424bfaa
pullPolicy: IfNotPresent
securityContext:

View File

@@ -894,10 +894,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
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
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@@ -918,12 +925,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@@ -1004,10 +1025,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
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
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@@ -1028,12 +1056,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@@ -1145,11 +1187,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
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
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@@ -1169,12 +1218,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider