From f1c58e2893ce5db3d2af9d65130604b44ff339ea Mon Sep 17 00:00:00 2001 From: Ravi Singal <62086374+ravisingal@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:45:12 +0530 Subject: [PATCH] chore: update prometheus-jmx-exporter image (#53) * chore: update prometheus-jmx-exporter image * update trivy ignore file --- .trivyignore | 11 ++++++++++- helm/values.yaml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.trivyignore b/.trivyignore index b34024b..1671bc6 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1,2 +1,11 @@ # com.google.protobuf:protobuf-java -CVE-2024-7254 exp:2024-10-31 +CVE-2024-7254 exp:2024-11-30 + +# commons-io:commons-io +CVE-2024-47554 exp:2024-11-30 + +# org.eclipse.jetty:jetty-http +CVE-2024-6763 exp:2024-11-30 + +# org.eclipse.jetty:jetty-server +CVE-2024-8184 exp:2024-11-30 diff --git a/helm/values.yaml b/helm/values.yaml index f9a50ea..0a6d202 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -188,7 +188,7 @@ prometheus: enabled: false image: repository: hypertrace/prometheus-jmx-exporter - tag: 0.1.8 + tag: 0.1.9 pullPolicy: IfNotPresent port: 5558 resources: