Skip to content

Commit b9f29f1

Browse files
author
Samiur Arif
committed
chore: update Sumologic Kubernetes Collection Helm Chart to 4.13.0
1 parent 4071668 commit b9f29f1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

prometheus/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ ARG OS="linux"
2727
COPY --from=builder /bin/prometheus /bin/prometheus
2828
COPY --from=builder /bin/promtool /bin/promtool
2929
COPY --from=builder /etc/prometheus/prometheus.yml /etc/prometheus/prometheus.yml
30-
COPY --from=builder /usr/share/prometheus/console_libraries/ /usr/share/prometheus/console_libraries/
31-
COPY --from=builder /usr/share/prometheus/consoles/ /usr/share/prometheus/consoles/
3230
COPY --from=builder /LICENSE /licenses/LICENSE
3331
COPY --from=builder /NOTICE /NOTICE
3432
COPY --from=builder /npm_licenses.tar.bz2 /npm_licenses.tar.bz2
@@ -44,6 +42,4 @@ VOLUME [ "/prometheus" ]
4442
WORKDIR /prometheus
4543
ENTRYPOINT [ "/bin/prometheus" ]
4644
CMD [ "--config.file=/etc/prometheus/prometheus.yml", \
47-
"--storage.tsdb.path=/prometheus", \
48-
"--web.console.libraries=/usr/share/prometheus/console_libraries", \
49-
"--web.console.templates=/usr/share/prometheus/consoles" ]
45+
"--storage.tsdb.path=/prometheus" ]

0 commit comments

Comments
 (0)