Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.45.x] CLOUD-4075 Upgrade Jolokia to 1.7.1 #416

Merged
merged 1 commit into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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