From 7c0edd8fd4f15e254897a745a1bade3829e74af7 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Wed, 15 Oct 2025 15:39:13 +0500 Subject: [PATCH] fix: PiHole | use latest version --- pihole/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/pihole/index.ts b/pihole/index.ts index ecb990f..b5dfb25 100644 --- a/pihole/index.ts +++ b/pihole/index.ts @@ -17,7 +17,6 @@ export class PiHole extends Construct { ...options, repository: "https://mojo2600.github.io/pihole-kubernetes", chart: "pihole", - version: "2.26.1", values: [ fs.readFileSync("helm/values/pihole.values.yaml", { encoding: "utf8",