From b1f96926314bc54e00714a58ecdf92951b206c4e Mon Sep 17 00:00:00 2001 From: Ashish Kushwaha Date: Mon, 3 Nov 2025 14:32:48 +0530 Subject: [PATCH] Update Zookeeper image tag to 3.9.3 --- charts/zookeeper/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/zookeeper/values.yaml b/charts/zookeeper/values.yaml index a82d4127..d42674a4 100644 --- a/charts/zookeeper/values.yaml +++ b/charts/zookeeper/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: signoz/zookeeper - tag: 3.7.1 + tag: 3.9.3 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'