Update Helm release pihole to v2.36.0#237
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
85f6ef2 to
ef77fa7
Compare
ef77fa7 to
43a1b2b
Compare
43a1b2b to
16af1fb
Compare
16af1fb to
4e4f11a
Compare
4e4f11a to
195dd4c
Compare
195dd4c to
c6bb550
Compare
Argo CD Diff PreviewSummary: Modified (1):
± sandbox-oci-pihole (+37|-20)sandbox-oci-pihole (applications/appset-ops-tools.yaml)Deployment: pihole/sandbox-oci-pihole labels:
app: pihole
app.kubernetes.io/name: pihole
- chart: pihole-2.27.0
+ chart: pihole-2.36.0
heritage: Helm
release: sandbox-oci-pihole
name: sandbox-oci-pihole
namespace: pihole
spec:
replicas: 1
+ revisionHistoryLimit: 10
selector:
matchLabels:
app: pihole
@@ skipped 8 lines (18 -> 25) @@
annotations:
checksum.config.adlists: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546
checksum.config.blacklist: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546
- checksum.config.dnsmasqConfig: c7d02dc163ba5238cbe9bcd3ad7e0e4c6a657104eb4667488f85f499a2dae96
+ checksum.config.dnsmasqConfig: 71ec5689c0235459b394cd4b75da9c0cb940308970ed82255de1e8b75f25171
checksum.config.regex: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546
checksum.config.staticDhcpConfig: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546
checksum.config.whitelist: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546
@@ skipped 24 lines (34 -> 57) @@
- containerPort: 49312
name: cloudflared-met
protocol: TCP
+ readinessProbe:
+ exec:
+ command:
+ - nslookup
+ - -po=5053
+ - cloudflare.com
+ - 127.0.0.1
+ failureThreshold: 10
+ initialDelaySeconds: 60
+ timeoutSeconds: 5
resources:
limits:
memory: 128Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- env:
- - name: WEB_PORT
+ - name: FTLCONF_webserver_port
value: "80"
- name: VIRTUAL_HOST
value: pi.hole
- - name: WEBPASSWORD
+ - name: FTLCONF_misc_etc_dnsmasq_d
+ value: "true"
+ - name: FTLCONF_webserver_api_password
valueFrom:
secretKeyRef:
key: password
name: pihole-admin
- - name: DNS1
+ - name: FTLCONF_dns_listeningMode
+ value: all
+ - name: FTLCONF_dns_upstreams
value: 127.0.0.1#5053
- - name: DNS2
- value: 127.0.0.1#5053
- image: docker.io/pihole/pihole:2024.07.0
+ image: docker.io/pihole/pihole:2026.05.0
imagePullPolicy: IfNotPresent
livenessProbe:
+ exec:
+ command:
+ - /bin/sh
+ - -c
+ - curl --silent http://localhost/api/info/login | jq 'if (.dns | not)
+ then halt_error(1) end'
failureThreshold: 10
- httpGet:
- path: /admin/index.php
- port: http
- scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
name: pihole
@@ skipped 14 lines (115 -> 128) @@
name: client-udp
protocol: UDP
readinessProbe:
+ exec:
+ command:
+ - /bin/sh
+ - -c
+ - curl --silent http://localhost/api/info/login | jq 'if (.dns | not)
+ then halt_error(1) end'
failureThreshold: 10
- httpGet:
- path: /admin/index.php
- port: http
- scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
resources: {}ConfigMap: pihole/sandbox-oci-pihole-custom-dnsmasq metadata:
labels:
app: pihole
- chart: pihole-2.27.0
+ chart: pihole-2.36.0
heritage: Helm
release: sandbox-oci-pihole
name: sandbox-oci-pihole-custom-dnsmasqService: pihole/sandbox-oci-pihole-dhcp labels:
app: pihole
app.kubernetes.io/name: pihole
- chart: pihole-2.27.0
+ chart: pihole-2.36.0
heritage: Helm
release: sandbox-oci-pihole
name: sandbox-oci-pihole-dhcpService: pihole/sandbox-oci-pihole-dns labels:
app: pihole
app.kubernetes.io/name: pihole
- chart: pihole-2.27.0
+ chart: pihole-2.36.0
heritage: Helm
release: sandbox-oci-pihole
name: sandbox-oci-pihole-dnsService: pihole/sandbox-oci-pihole-web labels:
app: pihole
app.kubernetes.io/name: pihole
- chart: pihole-2.27.0
+ chart: pihole-2.36.0
heritage: Helm
release: sandbox-oci-pihole
name: sandbox-oci-pihole-webStats: |
49f1d9f to
eb344a3
Compare
eb344a3 to
5509062
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.27.0→2.36.0Release Notes
MoJo2600/pihole-kubernetes (pihole)
v2.36.0: pihole: v2.36.0Compare Source
Features
Bug Fixes
v2.35.0: pihole: v2.35.0Compare Source
Features
v2.34.0: pihole: v2.34.0Compare Source
Features
v2.33.0: pihole: v2.33.0Compare Source
Features
v2.32.0: pihole: v2.32.0Compare Source
Features
Bug Fixes
v2.31.0: pihole: v2.31.0Compare Source
Features
v2.30.0: pihole: v2.30.0Compare Source
Features
v2.29.1: pihole: v2.29.1Compare Source
Bug Fixes
v2.29.0: pihole: v2.29.0Compare Source
Features
v2.28.0: pihole: v2.28.0Compare Source
Features
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.