From 974d5428abd7b6b0496eae8826809c7a7a9e03b0 Mon Sep 17 00:00:00 2001 From: prasebha Date: Fri, 5 Dec 2025 19:12:37 +0530 Subject: [PATCH] updated metrics-server to 0.8.0 --- CHANGELOG.md | 4 ++++ charts/mgmt-agent/Chart.yaml | 2 +- charts/mgmt-agent/templates/metric_server.yaml | 5 +++-- charts/oci-onm/Chart.yaml | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 483ea00..cd351ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +# 2025-12-05 +### Changed +- metrics-server deployment and image updated to version 0.8.0 + # 2025-11-19 ### Changed - Management Agent container image has been updated to version 1.10.0 diff --git a/charts/mgmt-agent/Chart.yaml b/charts/mgmt-agent/Chart.yaml index c8d77f7..3a99dd9 100644 --- a/charts/mgmt-agent/Chart.yaml +++ b/charts/mgmt-agent/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.0.5 +version: 3.0.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/mgmt-agent/templates/metric_server.yaml b/charts/mgmt-agent/templates/metric_server.yaml index e8c11fb..39da871 100644 --- a/charts/mgmt-agent/templates/metric_server.yaml +++ b/charts/mgmt-agent/templates/metric_server.yaml @@ -109,7 +109,8 @@ metadata: namespace: kube-system spec: ports: - - name: https + - appProtocol: https + name: https port: 443 protocol: TCP targetPort: https @@ -142,7 +143,7 @@ spec: - --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname - --kubelet-use-node-status-port - --metric-resolution=15s - image: registry.k8s.io/metrics-server/metrics-server:v0.7.2 + image: registry.k8s.io/metrics-server/metrics-server:v0.8.0 imagePullPolicy: IfNotPresent name: metrics-server ports: diff --git a/charts/oci-onm/Chart.yaml b/charts/oci-onm/Chart.yaml index 1d1b33e..40e8605 100644 --- a/charts/oci-onm/Chart.yaml +++ b/charts/oci-onm/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.1.2 +version: 4.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -36,6 +36,6 @@ dependencies: repository: "file://../logan" condition: oci-onm-logan.enabled - name: oci-onm-mgmt-agent - version: "3.0.5" + version: "3.0.6" repository: "file://../mgmt-agent" condition: oci-onm-mgmt-agent.enabled