diff --git a/stable/omada-controller/8.0.18/app-changelog.md b/stable/omada-controller/8.0.18/app-changelog.md deleted file mode 100644 index b931ccc7d7..0000000000 --- a/stable/omada-controller/8.0.18/app-changelog.md +++ /dev/null @@ -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 - - \ No newline at end of file diff --git a/stable/omada-controller/8.0.18/CHANGELOG.md b/stable/omada-controller/8.0.19/CHANGELOG.md similarity index 89% rename from stable/omada-controller/8.0.18/CHANGELOG.md rename to stable/omada-controller/8.0.19/CHANGELOG.md index 13eb748521..4559b006b9 100644 --- a/stable/omada-controller/8.0.18/CHANGELOG.md +++ b/stable/omada-controller/8.0.19/CHANGELOG.md @@ -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) diff --git a/stable/omada-controller/8.0.18/Chart.yaml b/stable/omada-controller/8.0.19/Chart.yaml similarity index 98% rename from stable/omada-controller/8.0.18/Chart.yaml rename to stable/omada-controller/8.0.19/Chart.yaml index 0699795e62..1988992d7a 100644 --- a/stable/omada-controller/8.0.18/Chart.yaml +++ b/stable/omada-controller/8.0.19/Chart.yaml @@ -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 diff --git a/stable/omada-controller/8.0.18/README.md b/stable/omada-controller/8.0.19/README.md similarity index 100% rename from stable/omada-controller/8.0.18/README.md rename to stable/omada-controller/8.0.19/README.md diff --git a/stable/omada-controller/8.0.19/app-changelog.md b/stable/omada-controller/8.0.19/app-changelog.md new file mode 100644 index 0000000000..124a0b0a2a --- /dev/null +++ b/stable/omada-controller/8.0.19/app-changelog.md @@ -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 + + \ No newline at end of file diff --git a/stable/omada-controller/8.0.18/app-readme.md b/stable/omada-controller/8.0.19/app-readme.md similarity index 100% rename from stable/omada-controller/8.0.18/app-readme.md rename to stable/omada-controller/8.0.19/app-readme.md diff --git a/stable/omada-controller/8.0.18/charts/common-11.1.2.tgz b/stable/omada-controller/8.0.19/charts/common-11.1.2.tgz similarity index 100% rename from stable/omada-controller/8.0.18/charts/common-11.1.2.tgz rename to stable/omada-controller/8.0.19/charts/common-11.1.2.tgz diff --git a/stable/omada-controller/8.0.18/ix_values.yaml b/stable/omada-controller/8.0.19/ix_values.yaml similarity index 93% rename from stable/omada-controller/8.0.18/ix_values.yaml rename to stable/omada-controller/8.0.19/ix_values.yaml index 9f367dc809..04bf7aeb1a 100644 --- a/stable/omada-controller/8.0.18/ix_values.yaml +++ b/stable/omada-controller/8.0.19/ix_values.yaml @@ -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: diff --git a/stable/omada-controller/8.0.18/questions.yaml b/stable/omada-controller/8.0.19/questions.yaml similarity index 96% rename from stable/omada-controller/8.0.18/questions.yaml rename to stable/omada-controller/8.0.19/questions.yaml index d3b8887109..370a5faac9 100644 --- a/stable/omada-controller/8.0.18/questions.yaml +++ b/stable/omada-controller/8.0.19/questions.yaml @@ -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 diff --git a/stable/omada-controller/8.0.18/templates/common.yaml b/stable/omada-controller/8.0.19/templates/common.yaml similarity index 100% rename from stable/omada-controller/8.0.18/templates/common.yaml rename to stable/omada-controller/8.0.19/templates/common.yaml diff --git a/stable/omada-controller/8.0.18/values.yaml b/stable/omada-controller/8.0.19/values.yaml similarity index 100% rename from stable/omada-controller/8.0.18/values.yaml rename to stable/omada-controller/8.0.19/values.yaml