From a216c3a6e7dd2513e34ac739ecb1e268e89d1eaa Mon Sep 17 00:00:00 2001 From: Ravi Singal <62086374+ravisingal@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:35:20 +0530 Subject: [PATCH] upgrade zookeeper to version 3.8.1 (#16) --- Dockerfile | 2 +- helm/Chart.yaml | 2 +- helm/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e96ac50..e528e1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest AS downloader -ARG ZOOKEEPER_VERSION=3.7.1 +ARG ZOOKEEPER_VERSION=3.8.1 RUN apk add --update curl gpg gpg-agent && \ curl -sLO https://www.apache.org/dist/zookeeper/KEYS && \ diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1a24e62..360c5e0 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: zookeeper type: application description: zookeeper helm chart -appVersion: 3.4.10 +appVersion: 3.8.1 version: 0.1.0 diff --git a/helm/values.yaml b/helm/values.yaml index 2a13a7c..406ac1e 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -145,7 +145,7 @@ prometheus: enabled: false image: repository: hypertrace/prometheus-jmx-exporter - tag: 0.1.1 + tag: 0.1.2 pullPolicy: IfNotPresent port: 5556 resources: