Skip to content

Commit f825caa

Browse files
authored
Merge pull request #129 from oracle-quickstart/agent_1_10
update management agent container image to 1.10.0
2 parents 80286e7 + 3c5be73 commit f825caa

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+
# 2025-11-19
4+
### Changed
5+
- Management Agent container image has been updated to version 1.10.0
6+
37
# 2025-11-06
48
### Changed
59
- Quick fix for NOTES.txt when logan chart is disabled

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: 4.1.1
21+
version: 4.1.2
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
@@ -56,6 +56,6 @@ oci-onm-mgmt-agent:
5656
# Follow steps documented at https://github.com/oracle/docker-images/tree/main/OracleManagementAgent to build docker image.
5757
image:
5858
# Replace this value with actual docker image URL for Management Agent
59-
url: container-registry.oracle.com/oci_observability_management/oci-management-agent:1.9.0
59+
url: container-registry.oracle.com/oci_observability_management/oci-management-agent:1.10.0
6060
# Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file)
6161
secret:

0 commit comments

Comments
 (0)