File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2024-01-18
4+ ### Changed
5+ - Management Agent docker image has been updated to version 1.2.0
6+
37## 2024-01-09
48### Changed
59- Concat filter plugin behavior changed to not include newline character as separator while handling CRI partial logs.
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.2.2
21+ version : 3.2.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 @@ -50,6 +50,6 @@ oci-onm-mgmt-agent:
5050 # Follow steps documented at https://github.com/oracle/docker-images/tree/main/OracleManagementAgent to build docker image.
5151 image :
5252 # Replace this value with actual docker image URL for Management Agent
53- url : container-registry.oracle.com/oci_observability_management/oci-management-agent:1.0 .0
53+ url : container-registry.oracle.com/oci_observability_management/oci-management-agent:1.2 .0
5454 # Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file)
5555 secret :
You can’t perform that action at this time.
0 commit comments