Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-01 19:42:30 +00:00
parent d0c00b8fc1
commit 88b4934b75
11 changed files with 2366 additions and 0 deletions

View File

@ -0,0 +1,49 @@
**Important:**
*for the complete changelog, please refer to the website*
## [pihole-10.0.6](https://github.com/truecharts/charts/compare/pihole-10.0.5...pihole-10.0.6) (2023-06-01)
### Chore
- update container image tccr.io/truecharts/pihole to v2023.05.2 ([#9327](https://github.com/truecharts/charts/issues/9327))
## [pihole-10.0.5](https://github.com/truecharts/charts/compare/pihole-10.0.4...pihole-10.0.5) (2023-05-30)
### Fix
- Set allowPrivilegeEscalation ([#9295](https://github.com/truecharts/charts/issues/9295))
## [pihole-10.0.4](https://github.com/truecharts/charts/compare/pihole-10.0.3...pihole-10.0.4) (2023-05-30)
### Fix
- Add additional capabilities ([#9291](https://github.com/truecharts/charts/issues/9291))
## [pihole-10.0.3](https://github.com/truecharts/charts/compare/pihole-10.0.2...pihole-10.0.3) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/pihole to v2023.05.0 ([#9276](https://github.com/truecharts/charts/issues/9276))
## [pihole-10.0.2](https://github.com/truecharts/charts/compare/pihole-10.0.1...pihole-10.0.2) (2023-05-29)
### Feat
- Move to stable ([#9237](https://github.com/truecharts/charts/issues/9237))

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "2023.05.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.9.5
deprecated: false
description: DNS and Ad-filtering for your network
home: https://truecharts.org/charts/stable/pihole
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png
keywords:
- DNS
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: pihole
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/pihole
- https://pi-hole.net/
- https://github.com/pi-hole
- https://github.com/pi-hole/docker-pi-hole
type: application
version: 10.0.6
annotations:
truecharts.org/catagories: |
- networking
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [pihole-10.0.6](https://github.com/truecharts/charts/compare/pihole-10.0.5...pihole-10.0.6) (2023-06-01)
### Chore
- update container image tccr.io/truecharts/pihole to v2023.05.2 ([#9327](https://github.com/truecharts/charts/issues/9327))

View File

@ -0,0 +1,8 @@
DNS and Ad-filtering for your network
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/pihole](https://truecharts.org/charts/stable/pihole)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,77 @@
image:
repository: tccr.io/truecharts/pihole
pullPolicy: IfNotPresent
tag: v2023.05.2@sha256:e68b01362425114636a4627ac7e86402a96bc28ba44ed6f07e44cab35ec83702
pihole:
webPassword: "somepassword"
dnsServers:
- "9.9.9.9"
- "149.112.112.112"
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
runAsUser: 0
runAsGroup: 0
capabilities:
add:
- NET_ADMIN
- SETFCAP
- SETPCAP
- KILL
workload:
main:
podSpec:
containers:
main:
envFrom:
- configMapRef:
name: pihole-env
probes:
liveness:
type: http
path: /admin/index.php
readiness:
type: http
path: /admin/index.php
startup:
type: http
path: /admin/index.php
service:
main:
ports:
main:
port: 9089
targetPort: 80
dns-tcp:
enabled: true
ports:
dns-tcp:
enabled: true
port: 53
targetPort: 53
dns:
enabled: true
ports:
dns:
enabled: true
protocol: udp
port: 53
targetPort: 53
persistence:
config:
enabled: true
mountPath: "/etc/pihole"
dnsmasq:
enabled: true
mountPath: "/etc/dnsmasq.d"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
{{/* Define the configmap */}}
{{- define "pihole.configmap" -}}
configmap:
pihole-env:
enabled: true
data:
WEBPASSWORD: {{ .Values.pihole.webPassword | squote }}
{{- with .Values.pihole.dnsServers }}
{{- if gt (len .) 2 -}}
{{- fail (printf "Pihole - Expected max 2 DNS Servers. But got [%v]" (len .)) -}}
{{- end }}
PIHOLE_DNS_: {{ join ";" . | quote }}
{{- end }}
{{- end -}}

View File

@ -0,0 +1,11 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render configmap for pihole */}}
{{- $config := include "pihole.configmap" . | fromYaml -}}
{{- if $config -}}
{{- $_ := mustMergeOverwrite .Values $config -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File