From 5cf75d034cf643224f855d4842421acf4e0fb6b4 Mon Sep 17 00:00:00 2001 From: Jaime Yera Hidalgo Date: Mon, 8 Jul 2024 09:43:02 +0200 Subject: [PATCH] UPDATE jmx exporter ubi version --- charts/jmx-exporter/Chart.yaml | 2 +- charts/jmx-exporter/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jmx-exporter/Chart.yaml b/charts/jmx-exporter/Chart.yaml index eb7eb34..02504db 100644 --- a/charts/jmx-exporter/Chart.yaml +++ b/charts/jmx-exporter/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.10 +version: 0.0.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/jmx-exporter/values.yaml b/charts/jmx-exporter/values.yaml index ee7fb6d..b583ef6 100644 --- a/charts/jmx-exporter/values.yaml +++ b/charts/jmx-exporter/values.yaml @@ -2,7 +2,7 @@ image: repository: quay.io/sysdig/promcat-jmx-exporter pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.0.1" + tag: "v1.0.2" resources: # We usually recommend not to specify default resources and to leave this as a conscious