Skip to content

Commit

Permalink
Updating README.md and values files
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbxbx committed Dec 16, 2024
1 parent 935b4b5 commit b7fdd36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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
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 b7fdd36

Please sign in to comment.