This is an automated email from the ASF dual-hosted git repository.
wankai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
The following commit(s) were added to refs/heads/main by this push:
new 58d6e90 update jmx-exporter image. (#222)
58d6e90 is described below
commit 58d6e904a07d24eddbbd215535e0158cb8490a3c
Author: Wan Kai <[email protected]>
AuthorDate: Mon Jan 12 10:45:56 2026 +0800
update jmx-exporter image. (#222)
---
deploy/platform/docker/docker-compose.activemq-monitor.yaml | 2 +-
deploy/platform/kubernetes/templates/feature-agent/resources.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/deploy/platform/docker/docker-compose.activemq-monitor.yaml
b/deploy/platform/docker/docker-compose.activemq-monitor.yaml
index ee65c37..8497d22 100644
--- a/deploy/platform/docker/docker-compose.activemq-monitor.yaml
+++ b/deploy/platform/docker/docker-compose.activemq-monitor.yaml
@@ -17,7 +17,7 @@ version: "2.1"
services:
amqexporter:
- image: bitnami/jmx-exporter:0.20.0
+ image: bitnamilegacy/jmx-exporter:0.20.0
hostname: amqexporter
volumes:
-
./config/activemq/config.yaml:/opt/bitnami/jmx-exporter/example_configs/httpserver_sample_config.yml
diff --git a/deploy/platform/kubernetes/templates/feature-agent/resources.yaml
b/deploy/platform/kubernetes/templates/feature-agent/resources.yaml
index 6d6ed95..0ea4040 100644
--- a/deploy/platform/kubernetes/templates/feature-agent/resources.yaml
+++ b/deploy/platform/kubernetes/templates/feature-agent/resources.yaml
@@ -552,7 +552,7 @@ spec:
subPath: activemq
{{- if .Values.features.activemqMonitor.enabled }}
- name: activemq-exporter
- image: bitnami/jmx-exporter:0.20.0
+ image: bitnamilegacy/jmx-exporter:0.20.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5556