Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e020af94d | |||
| ec9ae43bee | |||
| e822b76982 | |||
| 876b044d0a | |||
| 99bbc31325 | |||
| fee5fafeb0 |
@@ -1,4 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
# Image tag override: bumps pihole/pihole to 2026.05.0 without changing
|
||||||
|
# the chart version. The 2026.05.0 release bundles FTL v6.6.2 which
|
||||||
|
# imports 6 upstream dnsmasq CVE fixes (covering the dnsmasq 2.92/2.93
|
||||||
|
# disclosures). No FTL-side config or API changes per the release notes.
|
||||||
|
# https://github.com/pi-hole/docker-pi-hole/releases/tag/2026.05.0
|
||||||
|
image:
|
||||||
|
tag: "2026.05.0"
|
||||||
DNS1: "1.1.1.1" # Cloudflare
|
DNS1: "1.1.1.1" # Cloudflare
|
||||||
DNS2: "8.8.8.8" # Google
|
DNS2: "8.8.8.8" # Google
|
||||||
DNS3: "9.9.9.9" #Quad9
|
DNS3: "9.9.9.9" #Quad9
|
||||||
|
|||||||
@@ -395,7 +395,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
image: docker.io/library/nextcloud:33.0.4-apache
|
image: docker.io/library/nextcloud:33.0.5-apache
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: SMTP_HOST
|
- name: SMTP_HOST
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ spec:
|
|||||||
# Renovate handles it via a customManagers regex defined in
|
# Renovate handles it via a customManagers regex defined in
|
||||||
# admin-system/renovate.yaml (the kubernetes manager doesn't
|
# admin-system/renovate.yaml (the kubernetes manager doesn't
|
||||||
# process inline `# renovate:` comments).
|
# process inline `# renovate:` comments).
|
||||||
image: ghcr.io/lukegus/termix:release-1.11.2
|
image: ghcr.io/lukegus/termix:release-2.3.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user