Merge pull request #153 from dereknola/metric_122

Update rke2-metrics-server to v0.5.0
pull/155/head
Derek Nola 2021-10-01 12:06:07 -07:00 committed by GitHub
commit faa7277df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 3 deletions

View File

@ -1,5 +1,12 @@
--- charts-original/Chart.yaml --- charts-original/Chart.yaml
+++ charts/Chart.yaml +++ charts/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
-appVersion: 0.3.6
+appVersion: 0.5.0
description: Metrics Server is a cluster-wide aggregator of resource usage data.
home: https://github.com/kubernetes-incubator/metrics-server
keywords:
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
name: olemarkus name: olemarkus
- email: k.aasan@sportradar.com - email: k.aasan@sportradar.com
@ -9,4 +16,4 @@
sources: sources:
- https://github.com/kubernetes-incubator/metrics-server - https://github.com/kubernetes-incubator/metrics-server
-version: 2.11.1 -version: 2.11.1
+version: 2.11.100-build20210223 +version: 2.11.100-build20210915

View File

@ -0,0 +1,9 @@
--- charts-original/templates/metrics-api-service.yaml
+++ charts/templates/metrics-api-service.yaml
@@ -1,5 +1,5 @@
{{- if .Values.apiService.create -}}
-apiVersion: apiregistration.k8s.io/v1beta1
+apiVersion: apiregistration.k8s.io/v1
kind: APIService
metadata:
name: v1beta1.metrics.k8s.io

View File

@ -7,7 +7,7 @@
- repository: k8s.gcr.io/metrics-server-amd64 - repository: k8s.gcr.io/metrics-server-amd64
- tag: v0.3.6 - tag: v0.3.6
+ repository: rancher/hardened-k8s-metrics-server + repository: rancher/hardened-k8s-metrics-server
+ tag: v0.3.6-build20210223 + tag: v0.5.0-build20210915
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []

View File

@ -1,3 +1,3 @@
url: https://charts.helm.sh/stable/packages/metrics-server-2.11.1.tgz url: https://charts.helm.sh/stable/packages/metrics-server-2.11.1.tgz
packageVersion: 02 packageVersion: 03
releaseCandidateVersion: 00 releaseCandidateVersion: 00