Skip to content

Commit

Permalink
CLOUD-4075 Upgrade Jolokia to 1.7.1 (#417)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Hofman <[email protected]>
  • Loading branch information
TomasHofman authored Mar 11, 2022
1 parent dcbcf4d commit 640d645
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jboss/container/jolokia/api/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: ^
envs:
- name: JOLOKIA_VERSION
description: Version of Jolokia being used.
example: "1.5.0"
example: "1.7.1"
- name: AB_JOLOKIA_PASSWORD_RANDOM
description: Determines if a random AB_JOLOKIA_PASSWORD be generated. Set to **true** to generate random password. Generated value will be written to `/opt/jolokia/etc/jolokia.pw`.
value: "true"
Expand Down
10 changes: 5 additions & 5 deletions jboss/container/jolokia/bash/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ toc::[]
The following labels will be defined on the image:
io.fabric8.s2i.version.jolokia:: 1.5.0-redhat-1
io.fabric8.s2i.version.jolokia:: 1.7.1.redhat-00001
== Environment Variables
Expand All @@ -36,18 +36,18 @@ The following environment variables will be configured on the image:
|AB_JOLOKIA_HTTPS |true
|AB_JOLOKIA_PASSWORD_RANDOM |true
|JBOSS_CONTAINER_JOLOKIA_MODULE |/opt/jboss/container/jolokia
|JOLOKIA_VERSION |1.5.0
|JOLOKIA_VERSION |1.7.1
|=======================================================================
== Resources
The following resources will be included through this module:
|=======================================================================
|Name |Location |Checksum
|jolokia-jvm-1.5.0.redhat-1-agent.jar
|https://maven.repository.redhat.com/ga/org/jolokia/jolokia-jvm/1.5.0.redhat-1/jolokia-jvm-1.5.0.redhat-1-agent.jar
|jolokia-jvm-1.7.1.redhat-00001-agent.jar
|https://maven.repository.redhat.com/ga/org/jolokia/jolokia-jvm/1.7.1.redhat-00001/jolokia-jvm-1.7.1.redhat-00001.jar
a|
md5:: d31c6b1525e6d2d24062ef26a9f639a8
md5:: d97687fe4abef717735c3c1f4faf5f9b
sha1::
Expand Down
4 changes: 2 additions & 2 deletions jboss/container/jolokia/bash/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ execute:

artifacts:
- name: jolokia-jvm
target: jolokia-jvm-1.6.2.redhat-00002-agent.jar
md5: 760f2fbaf6b142192f3cee2c99bfcbf8
target: jolokia-jvm-1.7.1.redhat-00001-agent.jar
md5: d97687fe4abef717735c3c1f4faf5f9b

modules:
install:
Expand Down

0 comments on commit 640d645

Please sign in to comment.