Skip to content

Commit

Permalink
chore: bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfe-tid committed Jun 4, 2020
1 parent a58b6d1 commit 0ba161e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Avro-JSON serialization is the same. See the [Avro schema](./schemas/metric.

### prometheus-kafka-adapter

There is a docker image `telefonica/prometheus-kafka-adapter:1.6.0` [available on Docker Hub](https://hub.docker.com/r/telefonica/prometheus-kafka-adapter/).
There is a docker image `telefonica/prometheus-kafka-adapter:1.7.0` [available on Docker Hub](https://hub.docker.com/r/telefonica/prometheus-kafka-adapter/).

Prometheus-kafka-adapter listens for metrics coming from Prometheus and sends them to Kafka. This behaviour can be configured with the following environment variables:

Expand Down
2 changes: 1 addition & 1 deletion helm/prometheus-kafka-adapter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: telefonica/prometheus-kafka-adapter
tag: 1.6.0
tag: 1.7.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 0ba161e

Please sign in to comment.