Skip to content

Commit

Permalink
Update elasticsearch-exporter version
Browse files Browse the repository at this point in the history
Update elasticsearch-exporter version
  • Loading branch information
alxbxbx authored Dec 20, 2024
2 parents ac74212 + c807c9b commit 40d3214
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/elasticsearch-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.2.17
version: 0.2.18

# 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 Down
10 changes: 5 additions & 5 deletions charts/elasticsearch-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.14"
tag: "v1.3.16"
pullPolicy: "IfNotPresent"

securityContext:
Expand All @@ -25,7 +25,7 @@ securityContext:
- SETFCAP
readOnlyRootFilesystem: true

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 @@ -43,7 +43,7 @@ url:
port: 9200
usernameKey: username
passwordKey: password
secretName:
secretName:
secretTLS: elastic-tls-secret
tlsmode: false
eck:
Expand All @@ -55,7 +55,7 @@ eck:
namespaceName: "logging"
# 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: "elasticsearch"
# The name of the workload of the application that the exporter will connect to.
Expand All @@ -65,4 +65,4 @@ exporterNamespaceName:
ubi: false

exporter:
port: 9108
port: 9108

0 comments on commit 40d3214

Please sign in to comment.