diff --git a/charts/jmx-exporter/Chart.yaml b/charts/jmx-exporter/Chart.yaml index 02504db..909d8a1 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.11 +version: 0.0.12 # 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 b583ef6..e2c239c 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.2" + tag: "v1.0.3" resources: # We usually recommend not to specify default resources and to leave this as a conscious diff --git a/charts/postgresql-exporter/Chart.yaml b/charts/postgresql-exporter/Chart.yaml index acc5fdc..eb97855 100644 --- a/charts/postgresql-exporter/Chart.yaml +++ b/charts/postgresql-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.1.18 +version: 0.1.19 # 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/postgresql-exporter/values.yaml b/charts/postgresql-exporter/values.yaml index c285ead..d019fb2 100644 --- a/charts/postgresql-exporter/values.yaml +++ b/charts/postgresql-exporter/values.yaml @@ -8,7 +8,7 @@ image: repository: quay.io/sysdig/postgresql-exporter pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.11.7" + tag: "v0.11.8" port: 9187