Skip to content

Commit 3254c5d

Browse files
authored
Merge pull request #66 from oracle-quickstart/agent_image_update_1.2.0
update mgmtagent image to 1.2.0
2 parents 14c4445 + 29c534f commit 3254c5d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.

charts/oci-onm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/oci-onm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)