Skip to content

Commit 7b7ea1a

Browse files
authored
Merge pull request #108 from oracle-quickstart/mgmtagent_1_7
update management agent container image to 1.7.0
2 parents c521736 + 275865d commit 7b7ea1a

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-02-07
4+
### Changed
5+
- Management Agent container image has been updated to version 1.7.0
6+
37
## 2025-02-03
48
### Changed
59
- Fluentd collector container image uptake to 1.5.3 having few gem updates related to vulnerability fixes.

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.5.3
21+
version: 3.5.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

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.6.0
59+
url: container-registry.oracle.com/oci_observability_management/oci-management-agent:1.7.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)