Skip to content

Commit

Permalink
Merge pull request #221 from luck3y/CLOUD-3918
Browse files Browse the repository at this point in the history
CLOUD-3918 - EAP 7.4.0.Beta images
  • Loading branch information
luck3y authored Feb 10, 2021
2 parents 8840f4f + 207ef4f commit 4bb47d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependencies>
<dependency>
<groupId>${full.maven.groupId}</groupId>
<artifactId>wildfly-galleon-pack</artifactId>
<artifactId>wildfly-ee-galleon-pack</artifactId>
<version>${version.org.wildfly}</version>
<type>zip</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss/container/eap/prometheus/config/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ execute:

modules:
install:
- name: jboss.container.prometheus.bash
- name: jboss.container.prometheus
- name: jboss.container.eap.prometheus.jmx-exporter-config
4 changes: 2 additions & 2 deletions jboss/container/eap/prometheus/runtime/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ description: Provides Prometheus JMX Exporter configuration and agent

modules:
install:
- name: jboss.container.prometheus.bash
- name: jboss.container.eap.prometheus.jmx-exporter-config
- name: jboss.container.prometheus
- name: jboss.container.eap.prometheus.jmx-exporter-config

0 comments on commit 4bb47d1

Please sign in to comment.