diff --git a/charts/trino/README.md b/charts/trino/README.md index 4b280720..f5718ad1 100644 --- a/charts/trino/README.md +++ b/charts/trino/README.md @@ -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: `""` diff --git a/charts/trino/values.yaml b/charts/trino/values.yaml index c4bf7e54..79d85129 100644 --- a/charts/trino/values.yaml +++ b/charts/trino/values.yaml @@ -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: "" diff --git a/tests/trino/test-values.yaml b/tests/trino/test-values.yaml index e315c63d..705ee460 100644 --- a/tests/trino/test-values.yaml +++ b/tests/trino/test-values.yaml @@ -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: |