You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/metrics-server/CHANGELOG.md
+20-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,25 @@
14
14
15
15
## [UNRELEASED]
16
16
17
-
## [3.12.1] - TBC
17
+
## [3.12.2] - TBC
18
+
19
+
### Added
20
+
21
+
- Explicitly added the app protocol to the service. ([#1540](https://github.com/kubernetes-sigs/metrics-server/pull/1540)) _@seankhliao_
22
+
23
+
### Changed
24
+
25
+
- Updated the _Metrics Server_ OCI image to [v0.7.2](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.2). ([#1568](https://github.com/kubernetes-sigs/metrics-server/pull/1568)) _@stevehipwell_
26
+
- Updated the _addonResizer_ OCI image to [1.8.21](https://github.com/kubernetes/autoscaler/releases/tag/addon-resizer-1.8.21). ([#1504](https://github.com/kubernetes-sigs/metrics-server/pull/1504)) _@jimmy-ungerman_
27
+
- Changed `Deployment` templating to ignore `schedulerName` when value is empty. ([#1475](https://github.com/kubernetes-sigs/metrics-server/pull/1475)) _@senges_
28
+
29
+
### Fixed
30
+
31
+
- Fixed PSPs to only be templated for supported K8s versions. ([#1471](https://github.com/kubernetes-sigs/metrics-server/pull/1471)) _@treksler_
32
+
- Fixed nanny's RoleBinding which contained a hard-coded namespace instead of the Helm's release namespace. ([#1479](https://github.com/kubernetes-sigs/metrics-server/pull/1479)) _@the-technat_
33
+
- Fixed the `ServiceMonitor` job label. ([#1568](https://github.com/kubernetes-sigs/metrics-server/pull/1568)) _@stevehipwell_
Copy file name to clipboardExpand all lines: charts/metrics-server/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The following table lists the configurable parameters of the _Metrics Server_ ch
33
33
|`serviceAccount.name`| Service account to be used. If not set and `serviceAccount.create` is `true`, a name is generated using the full name template. |`nil`|
34
34
|`serviceAccount.secrets`| The list of secrets mountable by this service account. See <https://kubernetes.io/docs/reference/labels-annotations-taints/#enforce-mountable-secrets>|`[]`|
35
35
|`rbac.create`| If `true`, create the RBAC resources. |`true`|
36
-
|`rbac.pspEnabled`| If `true`, create a pod security policy resource. |`false`|
36
+
|`rbac.pspEnabled`| If `true`, create a pod security policy resource, unless Kubernetes version is 1.25 or later.|`false`|
37
37
|`apiService.create`| If `true`, create the `v1beta1.metrics.k8s.io` API service. You typically want this enabled! If you disable API service creation you have to manage it outside of this chart for e.g horizontal pod autoscaling to work with this release. |`true`|
38
38
|`apiService.annotations`| Annotations to add to the API service |`{}`|
39
39
|`apiService.insecureSkipTLSVerify`| Specifies whether to skip TLS verification (NOTE: this setting is not a proxy for the `--kubelet-insecure-tls` metrics-server flag) |`true`|
@@ -63,7 +63,7 @@ The following table lists the configurable parameters of the _Metrics Server_ ch
63
63
|`addonResizer.enabled`| If `true`, run the addon-resizer as a sidecar to automatically scale resource requests with cluster size. |`false`|
64
64
|`addonResizer.securityContext`| Security context for the _metrics_server_container. |_See values.yaml |
0 commit comments