mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-01 18:37:52 +00:00
chore(tags): Update net-aux image tags
unbound 1.19.0, pihole 2023.11.0, cloudflared 2023.10.0
This commit is contained in:
@@ -26,7 +26,7 @@ spec:
|
||||
- 127.0.0.1
|
||||
containers:
|
||||
- name: unbound
|
||||
image: mvance/unbound:1.17.1
|
||||
image: mvance/unbound:1.19.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: unbound-dns-tcp
|
||||
@@ -51,7 +51,7 @@ spec:
|
||||
mountPath: /opt/unbound/etc/unbound/unbound.conf
|
||||
subPath: unbound.conf
|
||||
- name: pi-hole
|
||||
image: pihole/pihole:2023.05.2
|
||||
image: pihole/pihole:2023.11.0
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
@@ -112,7 +112,7 @@ spec:
|
||||
mountPath: /etc/pihole/whitelist.txt
|
||||
subPath: whitelist.txt
|
||||
- name: cloudflared
|
||||
image: cloudflare/cloudflared:2023.7.3
|
||||
image: cloudflare/cloudflared:2023.10.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- tunnel
|
||||
|
||||
Reference in New Issue
Block a user