Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-10 00:01:05 +00:00
parent fd1da05522
commit 6ece95dae5
26 changed files with 27 additions and 24 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="pihole-4.0.8"></a>
### [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
<a name="pihole-4.0.7"></a>
### [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
<a name="pihole-3.0.17"></a>
### [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))

View File

@ -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"

View File

@ -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

View File

@ -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` | |

View File

@ -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

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="qbittorrent-9.0.10"></a>
### [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
<a name="qbittorrent-9.0.9"></a>
### [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 @@
<a name="qbittorrent-9.0.1"></a>
### [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))
<a name="qbittorrent-9.0.0"></a>
### [qbittorrent-9.0.0](https://github.com/truecharts/apps/compare/qbittorrent-8.0.17...qbittorrent-9.0.0) (2021-10-25)

View File

@ -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"

View File

@ -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

View File

@ -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