test images: Bump resource-consumer to 1.9

We've added Windows support to the resource-consumer image and 1.8 tag is already promoted.
We need to bump the VERSION, so we can promote the new image.
This commit is contained in:
Claudiu Belu 2021-02-06 23:53:31 -08:00
parent 1f24b504cd
commit 3e0b66b802
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ Custom metrics in Prometheus format are exposed on "/metrics" endpoint.
### CURL example
```console
kubectl run resource-consumer --image=gcr.io/kubernetes-e2e-test-images/resource-consumer:1.8 --expose --service-overrides='{ "spec": { "type": "LoadBalancer" } }' --port 8080 --requests='cpu=500m,memory=256Mi'
kubectl run resource-consumer --image=gcr.io/kubernetes-e2e-test-images/resource-consumer:1.9 --expose --service-overrides='{ "spec": { "type": "LoadBalancer" } }' --port 8080 --requests='cpu=500m,memory=256Mi'
kubectl get services resource-consumer
```

View File

@ -1 +1 @@
1.8
1.9