diff --git a/charts/trino/README.md b/charts/trino/README.md index 6806a01f..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: `""` @@ -764,7 +764,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore coordinator: enabled: true exporter: - enable: true + enabled: true configProperties: |- hostPort: localhost:{{- .Values.jmx.registryPort }} startDelaySeconds: 0 @@ -778,7 +778,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore worker: enabled: true exporter: - enable: true + enabled: true ``` * `serviceMonitor.enabled` - bool, default: `false` diff --git a/charts/trino/values.yaml b/charts/trino/values.yaml index dace0033..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: "" @@ -927,7 +927,7 @@ jmx: # coordinator: # enabled: true # exporter: - # enable: true + # enabled: true # configProperties: |- # hostPort: localhost:{{- .Values.jmx.registryPort }} # startDelaySeconds: 0 @@ -941,7 +941,7 @@ jmx: # worker: # enabled: true # exporter: - # enable: true + # enabled: true # ``` serviceMonitor: 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: |