From fd147d2454ff63ba0ff9ecf46fb8a050d62b7da3 Mon Sep 17 00:00:00 2001 From: Jaime Yera Hidalgo Date: Fri, 4 Oct 2024 16:36:15 +0200 Subject: [PATCH] Bump charts versions --- charts/elasticsearch-exporter/Chart.yaml | 2 +- charts/elasticsearch-exporter/values.yaml | 2 +- charts/jmx-exporter/Chart.yaml | 2 +- charts/jmx-exporter/values.yaml | 2 +- charts/postgresql-exporter/Chart.yaml | 2 +- charts/postgresql-exporter/values.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/elasticsearch-exporter/Chart.yaml b/charts/elasticsearch-exporter/Chart.yaml index 4b3b1a2..4616999 100644 --- a/charts/elasticsearch-exporter/Chart.yaml +++ b/charts/elasticsearch-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.2.16 +version: 0.2.17 # 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/elasticsearch-exporter/values.yaml b/charts/elasticsearch-exporter/values.yaml index d7e307d..d3b4d00 100644 --- a/charts/elasticsearch-exporter/values.yaml +++ b/charts/elasticsearch-exporter/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: repository: quay.io/sysdig/elasticsearch-exporter # Overrides the image tag whose default is the chart appVersion. - tag: "v1.3.13" + tag: "v1.3.14" pullPolicy: "IfNotPresent" securityContext: diff --git a/charts/jmx-exporter/Chart.yaml b/charts/jmx-exporter/Chart.yaml index 086b787..851f7c4 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.13 +version: 0.0.14 # 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 a052a29..9f7f555 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.4" + tag: "v1.0.5" 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 c7fac3e..aa24f87 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.20 +version: 0.1.21 # 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 ee91544..9f0ea8d 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.9" + tag: "v0.11.10" port: 9187