File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+
4+ # 2026-05-08
5+ ### Changed
6+ - Management Agent container image has been updated to version 1.13.0
7+ - Default metrics-server has been updated to version 0.8.1
8+
39# 2026-04-29
410### Changed
511- Fluentd collector container image has been updated to version 1.7.5 having Oracle Linux Base Image Updates and dependency gem 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.5
21+ version : 3.0.6
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 @@ -109,7 +109,8 @@ metadata:
109109 namespace : kube-system
110110spec :
111111 ports :
112- - name : https
112+ - appProtocol : https
113+ name : https
113114 port : 443
114115 protocol : TCP
115116 targetPort : https
@@ -142,7 +143,7 @@ spec:
142143 - --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
143144 - --kubelet-use-node-status-port
144145 - --metric-resolution=15s
145- image : registry.k8s.io/metrics-server/metrics-server:v0.7.2
146+ image : registry.k8s.io/metrics-server/metrics-server:v0.8.1
146147 imagePullPolicy : IfNotPresent
147148 name : metrics-server
148149 ports :
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 : 4.2.1
21+ version : 4.2.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
@@ -36,6 +36,6 @@ dependencies:
3636 repository : " file://../logan"
3737 condition : oci-onm-logan.enabled
3838- name : oci-onm-mgmt-agent
39- version : " 3.0.5 "
39+ version : " 3.0.6 "
4040 repository : " file://../mgmt-agent"
4141 condition : oci-onm-mgmt-agent.enabled
Original file line number Diff line number Diff 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.10 .0
59+ url : container-registry.oracle.com/oci_observability_management/oci-management-agent:1.13 .0
6060 # Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file)
6161 secret :
You can’t perform that action at this time.
0 commit comments