Skip to content

Commit

Permalink
CLOUD-4075 Upgrade Jolokia to 1.7.1 (#416)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Hofman <thofman@redhat.com>
  • Loading branch information
TomasHofman authored Mar 11, 2022
1 parent 0f106ce commit b972f8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions jboss/container/jolokia/7/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ description: ^

labels:
- name: io.fabric8.s2i.version.jolokia
value: "1.6.2-redhat-00002"
value: "1.7.1.redhat-00001"

envs:
- name: JOLOKIA_VERSION
description: Version of Jolokia being used.
value: "1.6.2"
value: "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 Expand Up @@ -62,5 +62,5 @@ 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
4 changes: 2 additions & 2 deletions jboss/container/jolokia/8.2/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ description: ^

labels:
- name: io.fabric8.s2i.version.jolokia
value: "1.6.2-redhat-00002"
value: "1.7.1.redhat-00001"

envs:
- name: JOLOKIA_VERSION
description: Version of Jolokia being used.
value: "1.6.2"
value: "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

0 comments on commit b972f8f

Please sign in to comment.