Skip to content

Commit

Permalink
Revert "chore: Update to prometheus 3.1.0 (#1739)"
Browse files Browse the repository at this point in the history
This reverts commit 98bf175.
  • Loading branch information
TeodorSAP committed Jan 14, 2025
1 parent 04e6635 commit b185a2a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go mod tidy && go build -a -o manager

FROM scratch

LABEL org.opencontainers.image.source="https://github.com/kyma-project/telemetry-manager"

WORKDIR /

COPY --from=builder /telemetry-manager-workspace/manager .
Expand Down
2 changes: 0 additions & 2 deletions dependencies/telemetry-self-monitor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ RUN make build

FROM scratch

LABEL org.opencontainers.image.source="https://github.com/kyma-project/telemetry-manager"

COPY --from=builder /prometheus/prometheus /bin/prometheus

USER nobody
Expand Down
4 changes: 2 additions & 2 deletions dependencies/telemetry-self-monitor/envs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PROMETHEUS_VERSION=3.1.0
ALPINE_VERSION=3.21
PROMETHEUS_VERSION=3.0.1
ALPINE_VERSION=3.20
1 change: 0 additions & 1 deletion docs/contributor/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,5 +450,4 @@ of the self-monitor Pods.
| 2.53.2 | 20 | 367 | 138347 | 0 | 40 | 0 |
| 2.53.3 | 20 | 307 | 127673 | 0 | 35 | 0 |
| 3.0.1 | 21 | 333 | 138210 | 0 | 43 | 0 |
| 3.1.0 | 21 | 352 | 146150 | 0 | 38 | 0 |
</div>

0 comments on commit b185a2a

Please sign in to comment.