mirror of https://github.com/k3s-io/k3s
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-tpull/6/head
commit
63d8e244b6
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue