From e90d53364e4690c7ba1b33a8fd4c55de4f446b39 Mon Sep 17 00:00:00 2001 From: alxbxbx Date: Mon, 16 Dec 2024 15:32:15 +0100 Subject: [PATCH] Bump redis and postgres exporter versions --- charts/postgresql-exporter/Chart.yaml | 4 ++-- charts/postgresql-exporter/values.yaml | 6 +++--- charts/redis-exporter/Chart.yaml | 4 ++-- charts/redis-exporter/values.yaml | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/postgresql-exporter/Chart.yaml b/charts/postgresql-exporter/Chart.yaml index aa24f87..cc8e094 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.21 +version: 0.1.22 # 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 @@ -33,4 +33,4 @@ maintainers: - name: jaimeyera email: jaime.yerahidalgo@sysdig.com - name: manuelhernandez - email: manuel.hernandezvalero@sysdig.com \ No newline at end of file + email: manuel.hernandezvalero@sysdig.com diff --git a/charts/postgresql-exporter/values.yaml b/charts/postgresql-exporter/values.yaml index 9f0ea8d..174178c 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.10" + tag: "v0.11.12" port: 9187 @@ -52,7 +52,7 @@ secretName: "postgresql-exporter" namespaceName: "postgresql" # The namespace of the application that the exporter will connect to in order to generate metrics workloadType: "statefulset" -# The kubernetes workload type of the application the exporter will connect to. +# The kubernetes workload type of the application the exporter will connect to. # Possible values: deployment, statefulset, daemonset, pod workloadName: "postgresql" # The name of the workload of teh application that the exporter will connect to. @@ -72,4 +72,4 @@ exporterParams: excludeDatabases: "" customMetrics: "" -ubi: false \ No newline at end of file +ubi: false diff --git a/charts/redis-exporter/Chart.yaml b/charts/redis-exporter/Chart.yaml index 3e7810f..04bad95 100644 --- a/charts/redis-exporter/Chart.yaml +++ b/charts/redis-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.15 +version: 0.1.16 # 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 @@ -33,4 +33,4 @@ maintainers: - name: jaimeyera email: jaime.yerahidalgo@sysdig.com - name: manuelhernandez - email: manuel.hernandezvalero@sysdig.com \ No newline at end of file + email: manuel.hernandezvalero@sysdig.com diff --git a/charts/redis-exporter/values.yaml b/charts/redis-exporter/values.yaml index 43a8f41..ad3579a 100644 --- a/charts/redis-exporter/values.yaml +++ b/charts/redis-exporter/values.yaml @@ -3,10 +3,10 @@ replicaCount: 1 image: repository: quay.io/sysdig/redis-exporter # Overrides the image tag whose default is the chart appVersion. - tag: "v1.43.5" + tag: "v1.43.7" -resources: +resources: # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following @@ -31,11 +31,11 @@ port: 9121 namespaceName: "redis" # The namespace of the application that the exporter will connect to in order to generate metrics workloadType: "statefulset" -# The kubernetes workload type of the application the exporter will connect to. +# The kubernetes workload type of the application the exporter will connect to. # Possible values: deployment, statefulset, daemonset, pod workloadName: "redis" # The name of the workload of the application that the exporter will connect to. exporterNamespaceName: # The namespace where the exporter will be deployed -ubi: false \ No newline at end of file +ubi: false