diff --git a/charts/jmx-exporter/Chart.yaml b/charts/jmx-exporter/Chart.yaml index 3ebc66d..eb7eb34 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.9 +version: 0.0.10 # 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 6f22a5b..ee7fb6d 100644 --- a/charts/jmx-exporter/values.yaml +++ b/charts/jmx-exporter/values.yaml @@ -1,8 +1,8 @@ image: - repository: bitnami/jmx-exporter + repository: quay.io/sysdig/promcat-jmx-exporter pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.20.0" + tag: "v1.0.1" resources: # We usually recommend not to specify default resources and to leave this as a conscious