Skip to content

Commit

Permalink
Fixing JMX docker image tag to latest working version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaberdaku authored and nineinchnick committed Dec 12, 2024
1 parent 62fe4d0 commit e007f42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore
* `jmx.exporter.enabled` - bool, default: `false`

Set to true to export JMX Metrics via HTTP for [Prometheus](https://github.com/prometheus/jmx_exporter) consumption
* `jmx.exporter.image` - string, default: `"bitnami/jmx-exporter:latest"`
* `jmx.exporter.image` - string, default: `"bitnami/jmx-exporter:1.0.1"`
* `jmx.exporter.pullPolicy` - string, default: `"Always"`
* `jmx.exporter.port` - int, default: `5556`
* `jmx.exporter.configProperties` - string, default: `""`
Expand Down
2 changes: 1 addition & 1 deletion charts/trino/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ jmx:
exporter:
# jmx.exporter.enabled -- Set to true to export JMX Metrics via HTTP for [Prometheus](https://github.com/prometheus/jmx_exporter) consumption
enabled: false
image: bitnami/jmx-exporter:latest
image: bitnami/jmx-exporter:1.0.1
pullPolicy: Always
port: 5556
configProperties: ""
Expand Down
2 changes: 1 addition & 1 deletion tests/trino/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jmx:
serverPort: 9081
exporter:
enabled: true
image: bitnami/jmx-exporter:latest
image: bitnami/jmx-exporter:1.0.1
pullPolicy: Always
port: 5556
configProperties: |
Expand Down

0 comments on commit e007f42

Please sign in to comment.