From 164bd4d70ad51a51f8e387d30adf410952695df1 Mon Sep 17 00:00:00 2001 From: Pierre GINDRAUD Date: Sun, 22 Mar 2026 02:44:58 +0100 Subject: [PATCH 1/2] fix(bind9): Typo in resources alignement --- charts/bind9/values.yaml | 41 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/charts/bind9/values.yaml b/charts/bind9/values.yaml index b5bc9b7..88004ff 100644 --- a/charts/bind9/values.yaml +++ b/charts/bind9/values.yaml @@ -115,26 +115,27 @@ metrics: capabilities: drop: - ALL - livenessProbe: - failureThreshold: 3 - httpGet: - path: / - port: metrics - scheme: HTTP - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 1 - readinessProbe: - failureThreshold: 3 - httpGet: - path: / - port: metrics - scheme: HTTP - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 1 - - resources: {} + + livenessProbe: + failureThreshold: 3 + httpGet: + path: / + port: metrics + scheme: HTTP + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 1 + readinessProbe: + failureThreshold: 3 + httpGet: + path: / + port: metrics + scheme: HTTP + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 1 + + resources: {} serviceMonitor: # Toggle the ServiceMonitor true if you have Prometheus Operator installed and configured From f53792b79747df664bbf24e31e3f846aa68c3cad Mon Sep 17 00:00:00 2001 From: Pierre GINDRAUD Date: Sun, 22 Mar 2026 02:48:29 +0100 Subject: [PATCH 2/2] feat(bind9): Update version --- charts/bind9/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/bind9/Chart.yaml b/charts/bind9/Chart.yaml index f41d591..8193112 100644 --- a/charts/bind9/Chart.yaml +++ b/charts/bind9/Chart.yaml @@ -3,7 +3,7 @@ name: bind9 description: A flexible and production-ready Helm chart for running ISC Bind9 DNS server on Kubernetes. type: application -version: 2026.3.17 +version: 2026.3.22 appVersion: "9.21" icon: https://www.aschnoebelen.fr/wp-content/uploads/2024/01/bind9.png