Skip to content

Commit

Permalink
Update metrics-server to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed May 22, 2021
1 parent 3cefe89 commit 3651b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sourced from https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.4.3/components.yaml
# sourced from https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.4.4/components.yaml
---
apiVersion: v1
kind: ServiceAccount
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
- --kubelet-insecure-tls
- --cert-dir=/tmp
{{ end }}
image: {{ or .MetricsServer.Image "k8s.gcr.io/metrics-server/metrics-server:v0.4.3" }}
image: {{ or .MetricsServer.Image "k8s.gcr.io/metrics-server/metrics-server:v0.4.4" }}
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
if b.Cluster.Spec.MetricsServer != nil && fi.BoolValue(b.Cluster.Spec.MetricsServer.Enabled) {
{
key := "metrics-server.addons.k8s.io"
version := "0.3.7"
version := "0.4.4"

{
location := key + "/k8s-1.11.yaml"
Expand Down

0 comments on commit 3651b50

Please sign in to comment.