Skip to content

Commit

Permalink
upgrade zookeeper to version 3.8.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisingal authored Feb 9, 2023
1 parent b32ffd4 commit a216c3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a216c3a

Please sign in to comment.