Skip to content

Commit 931ef84

Browse files
committed
Update 1.8+ deployment to v0.3.0
This updates the 1.8+ deployment files to use v0.3.0 (the current latest release).
1 parent ca29d12 commit 931ef84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/1.8+/metrics-server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
emptyDir: {}
3030
containers:
3131
- name: metrics-server
32-
image: gcr.io/google_containers/metrics-server-amd64:v0.2.1
32+
image: k8s.gcr.io/metrics-server-amd64:v0.3.0
3333
imagePullPolicy: Always
3434
volumeMounts:
3535
- name: tmp-dir

0 commit comments

Comments
 (0)