diff --git a/README.md b/README.md index 4d98771a..e50d1723 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/helm/prometheus-kafka-adapter/values.yaml b/helm/prometheus-kafka-adapter/values.yaml index 03a01aa2..452616ed 100644 --- a/helm/prometheus-kafka-adapter/values.yaml +++ b/helm/prometheus-kafka-adapter/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: telefonica/prometheus-kafka-adapter - tag: 1.6.0 + tag: 1.7.0 pullPolicy: IfNotPresent imagePullSecrets: []