Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b94c20ebd8
commit
443096ca81
|
@ -0,0 +1,13 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [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))
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "2023.03.1"
|
||||||
|
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/incubator/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/incubator/pihole
|
||||||
|
- https://pi-hole.net/
|
||||||
|
- https://github.com/pi-hole
|
||||||
|
- https://github.com/pi-hole/docker-pi-hole
|
||||||
|
type: application
|
||||||
|
version: 10.0.2
|
||||||
|
annotations:
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- networking
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/grade: U
|
|
@ -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/incubator/)
|
||||||
|
|
||||||
|
**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*
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [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))
|
||||||
|
|
||||||
|
|
|
@ -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.
|
@ -0,0 +1,76 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/pihole
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: 2023.03.1@sha256:e48aa04bcdef84fb42f35fa2aaf54dd3ee868e2b80ab535a0ca59a8c6901453b
|
||||||
|
|
||||||
|
pihole:
|
||||||
|
webPassword: "somepassword"
|
||||||
|
dnsServers:
|
||||||
|
- "9.9.9.9"
|
||||||
|
- "149.112.112.112"
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
container:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsNonRoot: false
|
||||||
|
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
|
@ -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 -}}
|
|
@ -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" . }}
|
|
@ -0,0 +1,4 @@
|
||||||
|
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png
|
||||||
|
categories:
|
||||||
|
- networking
|
||||||
|
|
Loading…
Reference in New Issue