diff --git a/stable/pihole/8.0.13/app-changelog.md b/stable/pihole/8.0.13/app-changelog.md deleted file mode 100644 index 8066ac5b0cc..00000000000 --- a/stable/pihole/8.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [pihole-8.0.13](https://github.com/truecharts/charts/compare/pihole-8.0.12...pihole-8.0.13) (2023-01-21) - -### Chore - -- update container image tccr.io/truecharts/pihole to v2023.01.6 - - \ No newline at end of file diff --git a/stable/pihole/8.0.13/CHANGELOG.md b/stable/pihole/8.0.14/CHANGELOG.md similarity index 91% rename from stable/pihole/8.0.13/CHANGELOG.md rename to stable/pihole/8.0.14/CHANGELOG.md index 89a1da282aa..14ffae0a3be 100644 --- a/stable/pihole/8.0.13/CHANGELOG.md +++ b/stable/pihole/8.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pihole-8.0.14](https://github.com/truecharts/charts/compare/pihole-8.0.13...pihole-8.0.14) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/pihole to v2023.01.10 + + + + ## [pihole-8.0.13](https://github.com/truecharts/charts/compare/pihole-8.0.12...pihole-8.0.13) (2023-01-21) ### Chore @@ -85,15 +94,6 @@ -## [pihole-8.0.4](https://github.com/truecharts/charts/compare/pihole-8.0.2...pihole-8.0.4) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/pihole to v2022.11.2 - - - - ## [pihole-8.0.4](https://github.com/truecharts/charts/compare/pihole-8.0.2...pihole-8.0.4) (2022-11-30) ### Chore diff --git a/stable/pihole/8.0.13/Chart.yaml b/stable/pihole/8.0.14/Chart.yaml similarity index 95% rename from stable/pihole/8.0.13/Chart.yaml rename to stable/pihole/8.0.14/Chart.yaml index 352425a4311..9530ef05d61 100644 --- a/stable/pihole/8.0.13/Chart.yaml +++ b/stable/pihole/8.0.14/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2023.01.6" +appVersion: "2023.01.10" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,7 +22,7 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 8.0.13 +version: 8.0.14 annotations: truecharts.org/catagories: | - networking diff --git a/stable/pihole/8.0.13/README.md b/stable/pihole/8.0.14/README.md similarity index 100% rename from stable/pihole/8.0.13/README.md rename to stable/pihole/8.0.14/README.md diff --git a/stable/pihole/8.0.14/app-changelog.md b/stable/pihole/8.0.14/app-changelog.md new file mode 100644 index 00000000000..9e33852b7c4 --- /dev/null +++ b/stable/pihole/8.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pihole-8.0.14](https://github.com/truecharts/charts/compare/pihole-8.0.13...pihole-8.0.14) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/pihole to v2023.01.10 + + \ No newline at end of file diff --git a/stable/pihole/8.0.13/app-readme.md b/stable/pihole/8.0.14/app-readme.md similarity index 100% rename from stable/pihole/8.0.13/app-readme.md rename to stable/pihole/8.0.14/app-readme.md diff --git a/stable/pihole/8.0.13/charts/common-11.1.2.tgz b/stable/pihole/8.0.14/charts/common-11.1.2.tgz similarity index 100% rename from stable/pihole/8.0.13/charts/common-11.1.2.tgz rename to stable/pihole/8.0.14/charts/common-11.1.2.tgz diff --git a/stable/pihole/8.0.13/ix_values.yaml b/stable/pihole/8.0.14/ix_values.yaml similarity index 90% rename from stable/pihole/8.0.13/ix_values.yaml rename to stable/pihole/8.0.14/ix_values.yaml index 89d50461ba3..12bf8559959 100644 --- a/stable/pihole/8.0.13/ix_values.yaml +++ b/stable/pihole/8.0.14/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/pihole pullPolicy: IfNotPresent - tag: 2023.01.6@sha256:915ec408497c85301cb10c1d0aa99800cbee4d0cc788cb237603d50d91f354f9 + tag: 2023.01.10@sha256:058fd4f6790af67fbcb684234b5f482836b956171c511a5c774fafce39897fd0 securityContext: readOnlyRootFilesystem: false diff --git a/stable/pihole/8.0.13/questions.yaml b/stable/pihole/8.0.14/questions.yaml similarity index 97% rename from stable/pihole/8.0.13/questions.yaml rename to stable/pihole/8.0.14/questions.yaml index f2db0981cc7..47fa722d8fa 100644 --- a/stable/pihole/8.0.13/questions.yaml +++ b/stable/pihole/8.0.14/questions.yaml @@ -833,10 +833,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 @@ -857,12 +864,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 @@ -974,11 +995,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 @@ -998,12 +1026,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/pihole/8.0.13/templates/_configmap.tpl b/stable/pihole/8.0.14/templates/_configmap.tpl similarity index 100% rename from stable/pihole/8.0.13/templates/_configmap.tpl rename to stable/pihole/8.0.14/templates/_configmap.tpl diff --git a/stable/pihole/8.0.13/templates/common.yaml b/stable/pihole/8.0.14/templates/common.yaml similarity index 100% rename from stable/pihole/8.0.13/templates/common.yaml rename to stable/pihole/8.0.14/templates/common.yaml diff --git a/stable/pihole/8.0.13/values.yaml b/stable/pihole/8.0.14/values.yaml similarity index 100% rename from stable/pihole/8.0.13/values.yaml rename to stable/pihole/8.0.14/values.yaml