File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ home: https://github.com/MoJo2600/pihole-kubernetes/tree/main/charts/pihole
4
4
name : pihole
5
5
appVersion : " 2024.06.0"
6
6
# Do not touch will be updated during release
7
- version : 2.24.0
7
+ version : 2.24.1
8
8
sources :
9
9
- https://github.com/MoJo2600/pihole-kubernetes/tree/main/charts/pihole
10
10
- https://pi-hole.net/
11
11
- https://github.com/pi-hole
12
12
- https://github.com/pi-hole/docker-pi-hole
13
13
icon : https://i2.wp.com/pi-hole.net/wp-content/uploads/2016/12/Vortex-R.png
14
14
maintainers :
15
- - name : MoJo2600
16
-
15
+ - name : lachnerd
16
+ email : todo
Original file line number Diff line number Diff line change 13
13
{{- range .Values.dnsmasq.upstreamServers }}
14
14
{{ . }}
15
15
{{- end }}
16
- {{- range .Values.dnsmasq.customDnsEntries }}
17
- {{ . }}
16
+ {{- range $index, $entry := .Values.dnsmasq.customDnsEntries }}
17
+ adress=/ {{ $entry.host }}/{{ $entry.ip }}
18
18
{{- end }}
19
19
{{- if .Values.serviceDns.loadBalancerIP }}
20
20
dhcp-option=6,{{ .Values.serviceDns.loadBalancerIP }}
Original file line number Diff line number Diff line change @@ -339,9 +339,9 @@ dnsmasq:
339
339
# - server=/bar.foo/192.168.178.11
340
340
341
341
# -- Add custom dns entries to override the dns resolution. All lines will be added to the pihole dnsmasq configuration.
342
- customDnsEntries : []
343
- # - address=/ foo.bar/192.168.178.10
344
- # - address=/bar.foo/ 192.168.178.11
342
+ customDnsEntries :
343
+ - host : foo.bar
344
+ ip : 192.168.178.1
345
345
346
346
# -- Dnsmasq reads the /etc/hosts file to resolve ips. You can add additional entries if you like
347
347
additionalHostsEntries : []
You can’t perform that action at this time.
0 commit comments