Skip to content

Commit 58d6e90

Browse files
authored
update jmx-exporter image. (#222)
1 parent faa859b commit 58d6e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/platform/docker/docker-compose.activemq-monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version: "2.1"
1717

1818
services:
1919
amqexporter:
20-
image: bitnami/jmx-exporter:0.20.0
20+
image: bitnamilegacy/jmx-exporter:0.20.0
2121
hostname: amqexporter
2222
volumes:
2323
- ./config/activemq/config.yaml:/opt/bitnami/jmx-exporter/example_configs/httpserver_sample_config.yml

deploy/platform/kubernetes/templates/feature-agent/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ spec:
552552
subPath: activemq
553553
{{- if .Values.features.activemqMonitor.enabled }}
554554
- name: activemq-exporter
555-
image: bitnami/jmx-exporter:0.20.0
555+
image: bitnamilegacy/jmx-exporter:0.20.0
556556
imagePullPolicy: IfNotPresent
557557
ports:
558558
- containerPort: 5556

0 commit comments

Comments
 (0)