File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2024-06-26
4+ ### Added
5+ - Option to disable JRE default security property for Agent.
6+
37## 2024-06-18
48### Changed
59- Fluentd collector container image uptake to 1.4.3 having OS and other dependency updates.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 3.0.2
21+ version : 3.0.3
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1818
1919 # Modifiable properties
2020 # Add new or change the below existing properties as required
21+
22+ # Openjdk on RHEL with FIPS requires the default security property to be disabled,
23+ # so that Management Agent can use its own bcfips security provider.
24+ # Set this to true to disable, and pass disableJREDefaultSecurityPropertiesFile=true via the rsp file.
25+ DISABLE_JRE_DEFAULT_SECURITY_PROPERTIES_FILE : " false"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 3.4.3
21+ version : 3.4.4
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ oci-onm-mgmt-agent:
5252 # Follow steps documented at https://github.com/oracle/docker-images/tree/main/OracleManagementAgent to build docker image.
5353 image :
5454 # Replace this value with actual docker image URL for Management Agent
55- url : container-registry.oracle.com/oci_observability_management/oci-management-agent:1.3 .0
55+ url : container-registry.oracle.com/oci_observability_management/oci-management-agent:1.4 .0
5656 # Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file)
5757 secret :
You can’t perform that action at this time.
0 commit comments