mirror of https://git.rancher.io/rke2-charts
Merge pull request #591 from mgfritch/addon-resizer-1.8.22
Update metrics-server chart to 3.12.2pull/593/head
commit
2b3f313a2c
|
@ -1,15 +1,6 @@
|
||||||
--- charts-original/Chart.yaml
|
--- charts-original/Chart.yaml
|
||||||
+++ charts/Chart.yaml
|
+++ charts/Chart.yaml
|
||||||
@@ -5,7 +5,7 @@
|
@@ -25,7 +25,7 @@
|
||||||
- kind: changed
|
|
||||||
description: "Updated the _addon-resizer_ OCI image to [v1.8.20](https://github.com/kubernetes/autoscaler/releases/tag/addon-resizer-1.8.20)."
|
|
||||||
apiVersion: v2
|
|
||||||
-appVersion: 0.7.0
|
|
||||||
+appVersion: 0.7.1
|
|
||||||
description: Metrics Server is a scalable, efficient source of container resource
|
|
||||||
metrics for Kubernetes built-in autoscaling pipelines.
|
|
||||||
home: https://github.com/kubernetes-sigs/metrics-server
|
|
||||||
@@ -21,7 +21,7 @@
|
|
||||||
url: https://github.com/krmichel
|
url: https://github.com/krmichel
|
||||||
- name: endrec
|
- name: endrec
|
||||||
url: https://github.com/endrec
|
url: https://github.com/endrec
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- charts-original/templates/deployment.yaml
|
--- charts-original/templates/deployment.yaml
|
||||||
+++ charts/templates/deployment.yaml
|
+++ charts/templates/deployment.yaml
|
||||||
@@ -59,7 +59,7 @@
|
@@ -61,7 +61,7 @@
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
args:
|
args:
|
||||||
- {{ printf "--secure-port=%d" (int .Values.containerPort) }}
|
- {{ printf "--secure-port=%d" (int .Values.containerPort) }}
|
||||||
@@ -100,7 +100,7 @@
|
@@ -102,7 +102,7 @@
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
--- charts-original/templates/service.yaml
|
--- charts-original/templates/service.yaml
|
||||||
+++ charts/templates/service.yaml
|
+++ charts/templates/service.yaml
|
||||||
@@ -19,5 +19,6 @@
|
@@ -20,5 +20,6 @@
|
||||||
port: {{ .Values.service.port }}
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: https
|
targetPort: https
|
||||||
|
appProtocol: https
|
||||||
+ ipFamilyPolicy: {{ .Values.service.ipFamilyPolicy }}
|
+ ipFamilyPolicy: {{ .Values.service.ipFamilyPolicy }}
|
||||||
selector:
|
selector:
|
||||||
{{- include "metrics-server.selectorLabels" . | nindent 4 }}
|
{{- include "metrics-server.selectorLabels" . | nindent 4 }}
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
+ repository: rancher/hardened-k8s-metrics-server
|
+ repository: rancher/hardened-k8s-metrics-server
|
||||||
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
|
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
|
||||||
- tag: ""
|
- tag: ""
|
||||||
+ tag: v0.7.1-build20241008
|
+ tag: v0.7.2-build20250110
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
@@ -121,6 +121,7 @@
|
@@ -122,6 +122,7 @@
|
||||||
port: 443
|
port: 443
|
||||||
annotations: {}
|
annotations: {}
|
||||||
labels: {}
|
labels: {}
|
||||||
|
@ -20,18 +20,18 @@
|
||||||
# Add these labels to have metrics-server show up in `kubectl cluster-info`
|
# Add these labels to have metrics-server show up in `kubectl cluster-info`
|
||||||
# kubernetes.io/cluster-service: "true"
|
# kubernetes.io/cluster-service: "true"
|
||||||
# kubernetes.io/name: "Metrics-server"
|
# kubernetes.io/name: "Metrics-server"
|
||||||
@@ -128,8 +129,8 @@
|
@@ -129,8 +130,8 @@
|
||||||
addonResizer:
|
addonResizer:
|
||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
- repository: registry.k8s.io/autoscaling/addon-resizer
|
- repository: registry.k8s.io/autoscaling/addon-resizer
|
||||||
- tag: 1.8.20
|
- tag: 1.8.21
|
||||||
+ repository: rancher/hardened-addon-resizer
|
+ repository: rancher/hardened-addon-resizer
|
||||||
+ tag: 1.8.20-build20241001
|
+ tag: 1.8.22-build20250110
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
@@ -180,7 +181,8 @@
|
@@ -181,7 +182,8 @@
|
||||||
|
|
||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
@@ -197,3 +199,6 @@
|
@@ -198,3 +200,6 @@
|
||||||
|
|
||||||
tmpVolume:
|
tmpVolume:
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: https://github.com/kubernetes-sigs/metrics-server/releases/download/metrics-server-helm-chart-3.12.0/metrics-server-3.12.0.tgz
|
url: https://github.com/kubernetes-sigs/metrics-server/releases/download/metrics-server-helm-chart-3.12.2/metrics-server-3.12.2.tgz
|
||||||
packageVersion: 04
|
packageVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue