Skip to content

Commit

Permalink
Bump redis and postgres exporter versions
Browse files Browse the repository at this point in the history
Bump redis and postgres exporter versions
  • Loading branch information
alxbxbx authored Dec 16, 2024
2 parents e8c3667 + e90d533 commit ac74212
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/postgresql-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,4 +33,4 @@ maintainers:
- name: jaimeyera
email: [email protected]
- name: manuelhernandez
email: [email protected]
email: [email protected]
6 changes: 3 additions & 3 deletions charts/postgresql-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand All @@ -72,4 +72,4 @@ exporterParams:
excludeDatabases: ""

customMetrics: ""
ubi: false
ubi: false
4 changes: 2 additions & 2 deletions charts/redis-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,4 +33,4 @@ maintainers:
- name: jaimeyera
email: [email protected]
- name: manuelhernandez
email: [email protected]
email: [email protected]
8 changes: 4 additions & 4 deletions charts/redis-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
ubi: false

0 comments on commit ac74212

Please sign in to comment.