Commit 63d8e244 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents 51beb16e a3b268d6
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"containers": [ "containers": [
{ {
"name": "cluster-autoscaler", "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": [ "command": [
"./run.sh", "./run.sh",
"--kubernetes=http://127.0.0.1:8080?inClusterConfig=f", "--kubernetes=http://127.0.0.1:8080?inClusterConfig=f",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment