Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f7a03e3826
commit
67c5386650
|
@ -0,0 +1,99 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-13.0.1](https://github.com/truecharts/charts/compare/pihole-13.0.0...pihole-13.0.1) (2023-12-25)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- fix quoting ([#16538](https://github.com/truecharts/charts/issues/16538))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-13.0.0](https://github.com/truecharts/charts/compare/pihole-12.0.11...pihole-13.0.0) (2023-12-25)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-12.0.11](https://github.com/truecharts/charts/compare/pihole-12.0.10...pihole-12.0.11) (2023-12-24)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-12.0.10](https://github.com/truecharts/charts/compare/pihole-12.0.9...pihole-12.0.10) (2023-12-24)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-12.0.9](https://github.com/truecharts/charts/compare/pihole-12.0.8...pihole-12.0.9) (2023-12-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-12.0.8](https://github.com/truecharts/charts/compare/pihole-12.0.7...pihole-12.0.8) (2023-12-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major by renovate ([#16369](https://github.com/truecharts/charts/issues/16369))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-12.0.7](https://github.com/truecharts/charts/compare/pihole-12.0.6...pihole-12.0.7) (2023-12-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major by renovate ([#16361](https://github.com/truecharts/charts/issues/16361))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-12.0.6](https://github.com/truecharts/charts/compare/pihole-12.0.5...pihole-12.0.6) (2023-12-22)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major by renovate ([#16359](https://github.com/truecharts/charts/issues/16359))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-12.0.5](https://github.com/truecharts/charts/compare/pihole-12.0.4...pihole-12.0.5) (2023-12-22)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- expose custom options for homepage integration
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-12.0.4](https://github.com/truecharts/charts/compare/pihole-12.0.3...pihole-12.0.4) (2023-12-21)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- bump to release middleware fix
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [pihole-12.0.3](https://github.com/truecharts/charts/compare/pihole-12.0.2...pihole-12.0.3) (2023-12-21)
|
||||||
|
|
||||||
|
### Chore
|
|
@ -0,0 +1,38 @@
|
||||||
|
kubeVersion: ">=1.24.0-0"
|
||||||
|
apiVersion: v2
|
||||||
|
name: pihole
|
||||||
|
version: 13.0.1
|
||||||
|
appVersion: 2023.11.0
|
||||||
|
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
|
||||||
|
deprecated: false
|
||||||
|
sources:
|
||||||
|
- https://github.com/pi-hole/docker-pi-hole
|
||||||
|
- https://pi-hole.net/
|
||||||
|
- https://github.com/pi-hole
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/stable/pihole
|
||||||
|
- https://hub.docker.com/r/pihole/pihole
|
||||||
|
maintainers:
|
||||||
|
- name: TrueCharts
|
||||||
|
email: info@truecharts.org
|
||||||
|
url: https://truecharts.org
|
||||||
|
keywords:
|
||||||
|
- DNS
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
version: 17.1.0
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
condition: ""
|
||||||
|
alias: ""
|
||||||
|
tags: []
|
||||||
|
import-values: []
|
||||||
|
annotations:
|
||||||
|
max_scale_version: 23.10.2
|
||||||
|
min_scale_version: 23.10.0
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/category: networking
|
||||||
|
truecharts.org/max_helm_version: "3.13"
|
||||||
|
truecharts.org/min_helm_version: "3.12"
|
||||||
|
truecharts.org/train: stable
|
||||||
|
type: application
|
|
@ -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/pihole)
|
||||||
|
|
||||||
|
**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/guides/scale-intro).
|
||||||
|
- 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-13.0.1](https://github.com/truecharts/charts/compare/pihole-13.0.0...pihole-13.0.1) (2023-12-25)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- fix quoting ([#16538](https://github.com/truecharts/charts/issues/16538))
|
||||||
|
|
||||||
|
|
|
@ -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,71 @@
|
||||||
|
image:
|
||||||
|
repository: pihole/pihole
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: 2023.11.0@sha256:24b1ef8f66d810faffefdb9b66850bbe2d55013506b892605acef414e210edeb
|
||||||
|
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
|
@ -0,0 +1,14 @@
|
||||||
|
{{/* Define the configmap */}}
|
||||||
|
{{- define "pihole.configmap" -}}
|
||||||
|
configmap:
|
||||||
|
pihole-env:
|
||||||
|
enabled: true
|
||||||
|
data:
|
||||||
|
WEBPASSWORD: {{ .Values.pihole.webPassword | quote }}
|
||||||
|
{{- 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" . }}
|
Loading…
Reference in New Issue