Skip to content

Commit fc023c2

Browse files
authored
Merge pull request #144 from oracle-quickstart/mgmtagent_1.3
upgrade agent image to 1.13.0 and metrics-server to 0.8.1
2 parents 924df5b + f2ca284 commit fc023c2

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

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

charts/mgmt-agent/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.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

charts/mgmt-agent/templates/metric_server.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ metadata:
109109
namespace: kube-system
110110
spec:
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:

charts/oci-onm/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.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

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.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:

0 commit comments

Comments
 (0)