Skip to content

Update Helm release pihole to v2.36.0#237

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pihole-2.x
Open

Update Helm release pihole to v2.36.0#237
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pihole-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 29, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
pihole (source) minor 2.27.02.36.0

Release Notes

MoJo2600/pihole-kubernetes (pihole)

v2.36.0: pihole: v2.36.0

Compare Source

Features
Bug Fixes

v2.35.0: pihole: v2.35.0

Compare Source

Features

v2.34.0: pihole: v2.34.0

Compare Source

Features
  • add spec.revisionHistoryLimit to deployment.yaml template (#​382) (9a7450e)

v2.33.0: pihole: v2.33.0

Compare Source

Features

v2.32.0: pihole: v2.32.0

Compare Source

Features
Bug Fixes

v2.31.0: pihole: v2.31.0

Compare Source

Features
  • Allow specifying loadBalancerClass for LoadBalancer services (#​370) (d0c9f95)

v2.30.0: pihole: v2.30.0

Compare Source

Features

v2.29.1: pihole: v2.29.1

Compare Source

Bug Fixes

v2.29.0: pihole: v2.29.0

Compare Source

Features

v2.28.0: pihole: v2.28.0

Compare Source

Features

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update Helm release pihole to v2.34.0 chore(deps): update helm release pihole to v2.34.0 Oct 7, 2025
@renovate renovate Bot changed the title chore(deps): update helm release pihole to v2.34.0 chore(deps): update helm release pihole to v2.35.0 Dec 11, 2025
@renovate renovate Bot force-pushed the renovate/pihole-2.x branch from 85f6ef2 to ef77fa7 Compare December 11, 2025 16:39
@renovate renovate Bot force-pushed the renovate/pihole-2.x branch from ef77fa7 to 43a1b2b Compare December 31, 2025 13:43
@renovate renovate Bot force-pushed the renovate/pihole-2.x branch from 43a1b2b to 16af1fb Compare February 2, 2026 19:53
@renovate renovate Bot force-pushed the renovate/pihole-2.x branch from 16af1fb to 4e4f11a Compare February 12, 2026 14:58
@renovate renovate Bot force-pushed the renovate/pihole-2.x branch from 4e4f11a to 195dd4c Compare March 13, 2026 14:07
@renovate renovate Bot changed the title chore(deps): update helm release pihole to v2.35.0 Update Helm release pihole to v2.35.0 May 12, 2026
@renovate renovate Bot force-pushed the renovate/pihole-2.x branch from 195dd4c to c6bb550 Compare May 18, 2026 10:53
@github-actions

github-actions Bot commented May 18, 2026

Copy link
Copy Markdown

Argo CD Diff Preview

Summary:

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-dnsmasq

Service: 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-dhcp

Service: 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-dns

Service: 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-web

Stats:
[Applications: 28], [Full Run: 1m9s], [Rendering: 20s], [Cluster: 20s], [Argo CD: 30s]

@renovate renovate Bot force-pushed the renovate/pihole-2.x branch 2 times, most recently from 49f1d9f to eb344a3 Compare May 22, 2026 19:35
@renovate renovate Bot changed the title Update Helm release pihole to v2.35.0 Update Helm release pihole to v2.36.0 Jun 12, 2026
@renovate renovate Bot force-pushed the renovate/pihole-2.x branch from eb344a3 to 5509062 Compare June 12, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant