diff --git a/charts/jmx-exporter/Chart.yaml b/charts/jmx-exporter/Chart.yaml index 851f7c4..e538c45 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.14 +version: 0.0.15 # 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 9f7f555..d124ae8 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.5" + tag: "v1.0.6" resources: # We usually recommend not to specify default resources and to leave this as a conscious