Skip to content

Commit

Permalink
upgrade schema registry to version 7.3.1 (#27)
Browse files Browse the repository at this point in the history
* upgrade schema registry to version 7.3.1

* update prometheus-jmx-exporter image
  • Loading branch information
ravisingal authored Feb 9, 2023
1 parent 3cb9a9c commit 9bbf011
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM cimg/openjdk:14.0.2 AS install

# Use latest stable release here
ENV CONFLUENT_VERSION=7.2.1
ENV CONFLUENT_VERSION=7.3.1

USER root
WORKDIR /install
Expand Down
2 changes: 1 addition & 1 deletion docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eux

echo "*** Downloading Schema Registry"
# download confluent binaries
curl -sSL http://packages.confluent.io/archive/7.2/confluent-community-$CONFLUENT_VERSION.tar.gz | tar xz \
curl -sSL http://packages.confluent.io/archive/7.3/confluent-community-$CONFLUENT_VERSION.tar.gz | tar xz \
confluent-$CONFLUENT_VERSION/bin/schema-registry-run-class \
confluent-$CONFLUENT_VERSION/etc/schema-registry \
confluent-$CONFLUENT_VERSION/share/java/confluent-common \
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ prometheus:
enabled: false
image:
repository: hypertrace/prometheus-jmx-exporter
tag: 0.1.1
tag: 0.1.2
pullPolicy: IfNotPresent
port: 5560
resources:
Expand Down

0 comments on commit 9bbf011

Please sign in to comment.