Skip to content

Commit

Permalink
Update elasticsearch, postgres, jmx and redis versions
Browse files Browse the repository at this point in the history
Update elasticsearch, postgres, jmx and redis versions
  • Loading branch information
alxbxbx authored Jan 30, 2025
2 parents 40d3214 + 5e74efb commit cd2161e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 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.18
version: 0.2.19

# 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
2 changes: 1 addition & 1 deletion 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.16"
tag: "v1.3.18"
pullPolicy: "IfNotPresent"

securityContext:
Expand Down
3 changes: 1 addition & 2 deletions charts/jmx-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.0.15
version: 0.0.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 @@ -34,4 +34,3 @@ maintainers:
email: [email protected]
- name: manuelhernandez
email: [email protected]

6 changes: 3 additions & 3 deletions charts/jmx-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ image:
repository: quay.io/sysdig/promcat-jmx-exporter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.0.6"
tag: "v1.0.9"

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,7 +31,7 @@ integrationType: ""
# In case of "custom" integration, the name of the integration
customIntegrationTypeName: ""

# Custom name for the JMX configurations configmap
# Custom name for the JMX configurations configmap
customJMXConfigMapName: ""

onlyCreateJMXConfigMap: false
Expand Down
2 changes: 1 addition & 1 deletion 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.22
version: 0.1.23

# 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
2 changes: 1 addition & 1 deletion 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.12"
tag: "v0.11.14"

port: 9187

Expand Down
2 changes: 1 addition & 1 deletion 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.16
version: 0.1.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
Expand Down
2 changes: 1 addition & 1 deletion charts/redis-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/redis-exporter
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.43.7"
tag: "v1.43.9"


resources:
Expand Down

0 comments on commit cd2161e

Please sign in to comment.