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: