diff --git a/stable/pihole/4.0.7/CHANGELOG.md b/stable/pihole/4.0.8/CHANGELOG.md similarity index 88% rename from stable/pihole/4.0.7/CHANGELOG.md rename to stable/pihole/4.0.8/CHANGELOG.md index 08ce09d6342..d1be9af2184 100644 --- a/stable/pihole/4.0.7/CHANGELOG.md +++ b/stable/pihole/4.0.8/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pihole-4.0.8](https://github.com/truecharts/apps/compare/pihole-4.0.7...pihole-4.0.8) (2021-11-09) + +#### Fix + +* fix some port issues + + + ### [pihole-4.0.7](https://github.com/truecharts/apps/compare/pihole-4.0.6...pihole-4.0.7) (2021-11-09) @@ -88,12 +97,3 @@ * fix discrepancies between values.yaml and questions.yaml - - - -### [pihole-3.0.17](https://github.com/truecharts/apps/compare/pihole-3.0.14...pihole-3.0.17) (2021-10-20) - -#### Chore - -* bump apps, remove duplicates and move incubator to stable for RC1 -* update non-major deps helm releases ([#1213](https://github.com/truecharts/apps/issues/1213)) diff --git a/stable/pihole/4.0.7/CONFIG.md b/stable/pihole/4.0.8/CONFIG.md similarity index 100% rename from stable/pihole/4.0.7/CONFIG.md rename to stable/pihole/4.0.8/CONFIG.md diff --git a/stable/qbittorrent/9.0.9/Chart.lock b/stable/pihole/4.0.8/Chart.lock similarity index 78% rename from stable/qbittorrent/9.0.9/Chart.lock rename to stable/pihole/4.0.8/Chart.lock index e36dbad19f9..b4cf786c83f 100644 --- a/stable/qbittorrent/9.0.9/Chart.lock +++ b/stable/pihole/4.0.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.5.4 digest: sha256:5bb2d31930ed6ceb6a350de804cbd9b297888a3f6b7b3aa0aaabe8a8d0ed8861 -generated: "2021-11-09T11:49:35.273427677Z" +generated: "2021-11-09T23:58:26.362459103Z" diff --git a/stable/pihole/4.0.7/Chart.yaml b/stable/pihole/4.0.8/Chart.yaml similarity index 98% rename from stable/pihole/4.0.7/Chart.yaml rename to stable/pihole/4.0.8/Chart.yaml index 4534df1d861..f3ec21251b9 100644 --- a/stable/pihole/4.0.7/Chart.yaml +++ b/stable/pihole/4.0.8/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 4.0.7 +version: 4.0.8 annotations: truecharts.org/catagories: | - networking diff --git a/stable/pihole/4.0.7/README.md b/stable/pihole/4.0.8/README.md similarity index 100% rename from stable/pihole/4.0.7/README.md rename to stable/pihole/4.0.8/README.md diff --git a/stable/pihole/4.0.7/app-readme.md b/stable/pihole/4.0.8/app-readme.md similarity index 100% rename from stable/pihole/4.0.7/app-readme.md rename to stable/pihole/4.0.8/app-readme.md diff --git a/stable/pihole/4.0.7/charts/common-8.5.4.tgz b/stable/pihole/4.0.8/charts/common-8.5.4.tgz similarity index 100% rename from stable/pihole/4.0.7/charts/common-8.5.4.tgz rename to stable/pihole/4.0.8/charts/common-8.5.4.tgz diff --git a/stable/pihole/4.0.7/helm-values.md b/stable/pihole/4.0.8/helm-values.md similarity index 95% rename from stable/pihole/4.0.7/helm-values.md rename to stable/pihole/4.0.8/helm-values.md index e22e4693465..888beefa90a 100644 --- a/stable/pihole/4.0.7/helm-values.md +++ b/stable/pihole/4.0.8/helm-values.md @@ -37,10 +37,12 @@ You will, however, be able to use all values referenced in the common chart here | service.dns-tcp.ports.dns-tcp.enabled | bool | `true` | | | service.dns-tcp.ports.dns-tcp.port | int | `53` | | | service.dns-tcp.ports.dns-tcp.targetPort | int | `53` | | +| service.dns-tcp.ports.dns-tcp.type | string | `"TCP"` | | | service.dns.enabled | bool | `true` | | | service.dns.ports.dns.enabled | bool | `true` | | | service.dns.ports.dns.port | int | `53` | | | service.dns.ports.dns.targetPort | int | `53` | | +| service.dns.ports.dns.type | string | `"UDP"` | | | service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `80` | | | service.main.ports.main.targetPort | int | `80` | | diff --git a/stable/pihole/4.0.7/ix_values.yaml b/stable/pihole/4.0.8/ix_values.yaml similarity index 96% rename from stable/pihole/4.0.7/ix_values.yaml rename to stable/pihole/4.0.8/ix_values.yaml index 30b3e953458..6103ef8aeaa 100644 --- a/stable/pihole/4.0.7/ix_values.yaml +++ b/stable/pihole/4.0.8/ix_values.yaml @@ -29,6 +29,7 @@ service: enabled: true ports: dns-tcp: + type: TCP enabled: true port: 53 targetPort: 53 @@ -36,6 +37,7 @@ service: enabled: true ports: dns: + type: UDP enabled: true port: 53 targetPort: 53 diff --git a/stable/pihole/4.0.7/questions.yaml b/stable/pihole/4.0.8/questions.yaml similarity index 100% rename from stable/pihole/4.0.7/questions.yaml rename to stable/pihole/4.0.8/questions.yaml diff --git a/stable/pihole/4.0.7/templates/_configmap.tpl b/stable/pihole/4.0.8/templates/_configmap.tpl similarity index 100% rename from stable/pihole/4.0.7/templates/_configmap.tpl rename to stable/pihole/4.0.8/templates/_configmap.tpl diff --git a/stable/pihole/4.0.7/templates/common.yaml b/stable/pihole/4.0.8/templates/common.yaml similarity index 100% rename from stable/pihole/4.0.7/templates/common.yaml rename to stable/pihole/4.0.8/templates/common.yaml diff --git a/stable/pihole/4.0.7/values.yaml b/stable/pihole/4.0.8/values.yaml similarity index 100% rename from stable/pihole/4.0.7/values.yaml rename to stable/pihole/4.0.8/values.yaml diff --git a/stable/qbittorrent/9.0.9/CHANGELOG.md b/stable/qbittorrent/9.0.10/CHANGELOG.md similarity index 90% rename from stable/qbittorrent/9.0.9/CHANGELOG.md rename to stable/qbittorrent/9.0.10/CHANGELOG.md index b8dd02dd26e..571f7f04b51 100644 --- a/stable/qbittorrent/9.0.9/CHANGELOG.md +++ b/stable/qbittorrent/9.0.10/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [qbittorrent-9.0.10](https://github.com/truecharts/apps/compare/qbittorrent-9.0.9...qbittorrent-9.0.10) (2021-11-09) + +#### Fix + +* fix some port issues + + + ### [qbittorrent-9.0.9](https://github.com/truecharts/apps/compare/qbittorrent-9.0.8...qbittorrent-9.0.9) (2021-11-09) @@ -88,12 +97,3 @@ ### [qbittorrent-9.0.1](https://github.com/truecharts/apps/compare/qbittorrent-9.0.0...qbittorrent-9.0.1) (2021-10-26) -#### Chore - -* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240)) - - - - -### [qbittorrent-9.0.0](https://github.com/truecharts/apps/compare/qbittorrent-8.0.17...qbittorrent-9.0.0) (2021-10-25) - diff --git a/stable/qbittorrent/9.0.9/CONFIG.md b/stable/qbittorrent/9.0.10/CONFIG.md similarity index 100% rename from stable/qbittorrent/9.0.9/CONFIG.md rename to stable/qbittorrent/9.0.10/CONFIG.md diff --git a/stable/pihole/4.0.7/Chart.lock b/stable/qbittorrent/9.0.10/Chart.lock similarity index 78% rename from stable/pihole/4.0.7/Chart.lock rename to stable/qbittorrent/9.0.10/Chart.lock index 7877ccc82b8..bea83840172 100644 --- a/stable/pihole/4.0.7/Chart.lock +++ b/stable/qbittorrent/9.0.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.5.4 digest: sha256:5bb2d31930ed6ceb6a350de804cbd9b297888a3f6b7b3aa0aaabe8a8d0ed8861 -generated: "2021-11-09T11:46:01.923990391Z" +generated: "2021-11-09T23:58:54.402016203Z" diff --git a/stable/qbittorrent/9.0.9/Chart.yaml b/stable/qbittorrent/9.0.10/Chart.yaml similarity index 97% rename from stable/qbittorrent/9.0.9/Chart.yaml rename to stable/qbittorrent/9.0.10/Chart.yaml index a8ff6bfab94..59fe7347a12 100644 --- a/stable/qbittorrent/9.0.9/Chart.yaml +++ b/stable/qbittorrent/9.0.10/Chart.yaml @@ -19,10 +19,9 @@ maintainers: name: qbittorrent sources: null type: application -version: 9.0.9 +version: 9.0.10 annotations: truecharts.org/catagories: | - media - truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/stable/qbittorrent/9.0.9/README.md b/stable/qbittorrent/9.0.10/README.md similarity index 100% rename from stable/qbittorrent/9.0.9/README.md rename to stable/qbittorrent/9.0.10/README.md diff --git a/stable/qbittorrent/9.0.9/app-readme.md b/stable/qbittorrent/9.0.10/app-readme.md similarity index 100% rename from stable/qbittorrent/9.0.9/app-readme.md rename to stable/qbittorrent/9.0.10/app-readme.md diff --git a/stable/qbittorrent/9.0.9/charts/common-8.5.4.tgz b/stable/qbittorrent/9.0.10/charts/common-8.5.4.tgz similarity index 100% rename from stable/qbittorrent/9.0.9/charts/common-8.5.4.tgz rename to stable/qbittorrent/9.0.10/charts/common-8.5.4.tgz diff --git a/stable/qbittorrent/9.0.9/helm-values.md b/stable/qbittorrent/9.0.10/helm-values.md similarity index 100% rename from stable/qbittorrent/9.0.9/helm-values.md rename to stable/qbittorrent/9.0.10/helm-values.md diff --git a/stable/qbittorrent/9.0.9/ix_values.yaml b/stable/qbittorrent/9.0.10/ix_values.yaml similarity index 100% rename from stable/qbittorrent/9.0.9/ix_values.yaml rename to stable/qbittorrent/9.0.10/ix_values.yaml diff --git a/stable/qbittorrent/9.0.9/questions.yaml b/stable/qbittorrent/9.0.10/questions.yaml similarity index 100% rename from stable/qbittorrent/9.0.9/questions.yaml rename to stable/qbittorrent/9.0.10/questions.yaml diff --git a/stable/qbittorrent/9.0.9/templates/_configmap.tpl b/stable/qbittorrent/9.0.10/templates/_configmap.tpl similarity index 94% rename from stable/qbittorrent/9.0.9/templates/_configmap.tpl rename to stable/qbittorrent/9.0.10/templates/_configmap.tpl index d52c601514c..ebcc4bf64af 100644 --- a/stable/qbittorrent/9.0.9/templates/_configmap.tpl +++ b/stable/qbittorrent/9.0.10/templates/_configmap.tpl @@ -10,7 +10,7 @@ metadata: {{- include "common.labels" . | nindent 4 }} data: {{- $bittorrentPort := "" -}} - {{- $bittorrentPort = .Values.service.torrent.ports.tcp.port -}} + {{- $bittorrentPort = .Values.service.torrent.ports.torrent.port -}} {{- if $bittorrentPort }} 31-update-port: |- #!/bin/bash diff --git a/stable/qbittorrent/9.0.9/templates/common.yaml b/stable/qbittorrent/9.0.10/templates/common.yaml similarity index 100% rename from stable/qbittorrent/9.0.9/templates/common.yaml rename to stable/qbittorrent/9.0.10/templates/common.yaml diff --git a/stable/qbittorrent/9.0.9/values.yaml b/stable/qbittorrent/9.0.10/values.yaml similarity index 100% rename from stable/qbittorrent/9.0.9/values.yaml rename to stable/qbittorrent/9.0.10/values.yaml