Skip to content

Commit

Permalink
Merge pull request #315 from ilkilab/fix/metrics-server
Browse files Browse the repository at this point in the history
Update metrics-server to v0.5.2
  • Loading branch information
pierrevillard authored Dec 8, 2021
2 parents 89e28f0 + 986ec7e commit 02ea166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/post-scripts/templates/metrics.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
emptyDir: {}
containers:
- name: metrics-server
image: k8s.gcr.io/metrics-server-amd64:v0.3.6
image: k8s.gcr.io/metrics-server/metrics-server:v0.5.2
imagePullPolicy: IfNotPresent
args:
- --cert-dir=/tmp
Expand Down

0 comments on commit 02ea166

Please sign in to comment.