This is an automated email from the ASF dual-hosted git repository.

yashmayya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new db45f36ee77 Override ZooKeeper Docker image repo for Bitnami Helm 
chart (#16984)
db45f36ee77 is described below

commit db45f36ee77ca869cdfe647582d49516ce7fcfae
Author: Yash Mayya <[email protected]>
AuthorDate: Wed Oct 8 20:17:36 2025 -0700

    Override ZooKeeper Docker image repo for Bitnami Helm chart (#16984)
---
 helm/pinot/charts/zookeeper-13.2.0.tgz | Bin 49265 -> 0 bytes
 helm/pinot/charts/zookeeper-13.8.7.tgz | Bin 0 -> 55335 bytes
 helm/pinot/requirements.lock           |   6 +++---
 helm/pinot/values.yaml                 |   9 ++++++++-
 4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/helm/pinot/charts/zookeeper-13.2.0.tgz 
b/helm/pinot/charts/zookeeper-13.2.0.tgz
deleted file mode 100644
index d044e68b8f0..00000000000
Binary files a/helm/pinot/charts/zookeeper-13.2.0.tgz and /dev/null differ
diff --git a/helm/pinot/charts/zookeeper-13.8.7.tgz 
b/helm/pinot/charts/zookeeper-13.8.7.tgz
new file mode 100644
index 00000000000..27f89ede31c
Binary files /dev/null and b/helm/pinot/charts/zookeeper-13.8.7.tgz differ
diff --git a/helm/pinot/requirements.lock b/helm/pinot/requirements.lock
index 3269c660f02..c23a3e99b98 100644
--- a/helm/pinot/requirements.lock
+++ b/helm/pinot/requirements.lock
@@ -20,6 +20,6 @@
 dependencies:
 - name: zookeeper
   repository: https://charts.bitnami.com/bitnami
-  version: 13.2.0
-digest: sha256:d9252aa40c5511fa1124c0db142b3222f8aff999ee0add757bbb6f19b6f45826
-generated: "2024-05-05T19:02:58.334678-04:00"
+  version: 13.8.7
+digest: sha256:ef0a8f3a7dc73696cceb417e968c4d88565c9845ddda6ba17e205c56230cefd8
+generated: "2025-10-08T16:48:00.594827-07:00"
diff --git a/helm/pinot/values.yaml b/helm/pinot/values.yaml
index 00625f1ae20..79d452db33c 100644
--- a/helm/pinot/values.yaml
+++ b/helm/pinot/values.yaml
@@ -790,7 +790,14 @@ zookeeper:
   ## Specify a Zookeeper imagePullPolicy
   ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
   image:
-    PullPolicy: "IfNotPresent"
+    registry: "docker.io"
+    repository: "bitnamilegacy/zookeeper"
+    tag: "3.9.3-debian-12-r22"
+    pullPolicy: "IfNotPresent"
+
+  global:
+    security:
+      allowInsecureImages: true
 
   ## Pod scheduling preferences (by default keep pods within a release on 
separate nodes).
   ## ref: 
https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to