diff --git a/stable/homarr/4.0.9/CHANGELOG.md b/stable/homarr/4.0.10/CHANGELOG.md similarity index 89% rename from stable/homarr/4.0.9/CHANGELOG.md rename to stable/homarr/4.0.10/CHANGELOG.md index 60480702421..4f37d7b2d74 100644 --- a/stable/homarr/4.0.9/CHANGELOG.md +++ b/stable/homarr/4.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [homarr-4.0.10](https://github.com/truecharts/charts/compare/homarr-4.0.9...homarr-4.0.10) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/homarr to v0.11.3 + + + + ## [homarr-4.0.9](https://github.com/truecharts/charts/compare/homarr-4.0.8...homarr-4.0.9) (2023-01-19) ### Chore @@ -88,12 +97,3 @@ -## [homarr-4.0.2](https://github.com/truecharts/charts/compare/homarr-4.0.1...homarr-4.0.2) (2022-11-30) - - - - -## [homarr-4.0.2](https://github.com/truecharts/charts/compare/homarr-4.0.1...homarr-4.0.2) (2022-11-30) - - - diff --git a/stable/homarr/4.0.9/Chart.yaml b/stable/homarr/4.0.10/Chart.yaml similarity index 95% rename from stable/homarr/4.0.9/Chart.yaml rename to stable/homarr/4.0.10/Chart.yaml index 41d0e669769..52f05e28277 100644 --- a/stable/homarr/4.0.9/Chart.yaml +++ b/stable/homarr/4.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.11.1" +appVersion: "0.11.3" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: homarr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - https://github.com/ajnart/homarr -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/stable/homarr/4.0.9/README.md b/stable/homarr/4.0.10/README.md similarity index 100% rename from stable/homarr/4.0.9/README.md rename to stable/homarr/4.0.10/README.md diff --git a/stable/homarr/4.0.10/app-changelog.md b/stable/homarr/4.0.10/app-changelog.md new file mode 100644 index 00000000000..286c48ccbca --- /dev/null +++ b/stable/homarr/4.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homarr-4.0.10](https://github.com/truecharts/charts/compare/homarr-4.0.9...homarr-4.0.10) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/homarr to v0.11.3 + + \ No newline at end of file diff --git a/stable/homarr/4.0.9/app-readme.md b/stable/homarr/4.0.10/app-readme.md similarity index 100% rename from stable/homarr/4.0.9/app-readme.md rename to stable/homarr/4.0.10/app-readme.md diff --git a/stable/homarr/4.0.9/charts/common-11.1.2.tgz b/stable/homarr/4.0.10/charts/common-11.1.2.tgz similarity index 100% rename from stable/homarr/4.0.9/charts/common-11.1.2.tgz rename to stable/homarr/4.0.10/charts/common-11.1.2.tgz diff --git a/stable/homarr/4.0.9/ix_values.yaml b/stable/homarr/4.0.10/ix_values.yaml similarity index 79% rename from stable/homarr/4.0.9/ix_values.yaml rename to stable/homarr/4.0.10/ix_values.yaml index c80bb7473fd..f756205a91e 100644 --- a/stable/homarr/4.0.9/ix_values.yaml +++ b/stable/homarr/4.0.10/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/homarr - tag: 0.11.1@sha256:69f518f7276de63e5c573cfebb73c51eabbdf104b16ec0aa1436c91009977071 + tag: 0.11.3@sha256:bb0e771fa3a965466082c2afe2d4a9dc25f44388356dc98491257b96d234ed91 pullPolicy: IfNotPresent service: diff --git a/stable/homarr/4.0.9/questions.yaml b/stable/homarr/4.0.10/questions.yaml similarity index 97% rename from stable/homarr/4.0.9/questions.yaml rename to stable/homarr/4.0.10/questions.yaml index 28c00a5c3d8..aa3ddfbfe7a 100644 --- a/stable/homarr/4.0.9/questions.yaml +++ b/stable/homarr/4.0.10/questions.yaml @@ -694,10 +694,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 @@ -718,12 +725,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 @@ -835,11 +856,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 @@ -859,12 +887,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/homarr/4.0.9/templates/common.yaml b/stable/homarr/4.0.10/templates/common.yaml similarity index 100% rename from stable/homarr/4.0.9/templates/common.yaml rename to stable/homarr/4.0.10/templates/common.yaml diff --git a/stable/homarr/4.0.9/values.yaml b/stable/homarr/4.0.10/values.yaml similarity index 100% rename from stable/homarr/4.0.9/values.yaml rename to stable/homarr/4.0.10/values.yaml diff --git a/stable/homarr/4.0.9/app-changelog.md b/stable/homarr/4.0.9/app-changelog.md deleted file mode 100644 index bb71df9a0ce..00000000000 --- a/stable/homarr/4.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [homarr-4.0.9](https://github.com/truecharts/charts/compare/homarr-4.0.8...homarr-4.0.9) (2023-01-19) - -### Chore - -- update container image tccr.io/truecharts/homarr to v0.11.1 - - \ No newline at end of file