Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion collector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN mkdir -p /versions/0-default \
# Set environment variables
ENV BASE_URL=https://telemetry.betterstack.com
ENV CLUSTER_COLLECTOR=false
ENV COLLECTOR_VERSION=1.1.28
ENV COLLECTOR_VERSION=1.1.29
ENV VECTOR_VERSION=0.47.0
ENV OBI_VERSION=0.10.0
ENV CLUSTER_AGENT_VERSION=1.6.1
Expand Down
2 changes: 1 addition & 1 deletion ebpf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FROM prometheuscommunity/postgres-exporter:v0.18.1 AS postgres-exporter
FROM danielqsj/kafka-exporter:v1.9.0 AS kafka-exporter

# Add elasticsearch exporter to the image
FROM quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0 AS elasticsearch-exporter
FROM quay.io/prometheuscommunity/elasticsearch-exporter:v1.11.0 AS elasticsearch-exporter

# Add pgbouncer exporter to the image
FROM prometheuscommunity/pgbouncer-exporter:v0.12.0 AS pgbouncer-exporter
Expand Down
Loading