Merge pull request #43458 from mwielgus/ca-0.5.0

Automatic merge from submit-queue (batch tested with PRs 43422, 43458)

Bump Cluster Autoscaler version to 0.5.0

**What this PR does / why we need it**:

This PR bumps Cluster Autoscaler version to 0.5.0. The version is the same as 0.5.0-beta2 (from the code perspective). We are just removing the -beta2 tag from the image. 

**Release note**:
None.

cc: @MaciekPytel @fgrzadkowski @wojtek-t
pull/6/head
Kubernetes Submit Queue 2017-03-21 12:24:17 -07:00 committed by GitHub
commit 63d8e244b6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"containers": [
{
"name": "cluster-autoscaler",
"image": "gcr.io/google_containers/cluster-autoscaler:v0.5.0-beta2",
"image": "gcr.io/google_containers/cluster-autoscaler:v0.5.0",
"command": [
"./run.sh",
"--kubernetes=http://127.0.0.1:8080?inClusterConfig=f",