diff --git a/build/conf.js b/build/conf.js index 3513835a30bc19873720d3e7f41142eaeecb930a..fcb734868675a03c94f12b1c9f424756b79e4c61 100644 --- a/build/conf.js +++ b/build/conf.js @@ -59,7 +59,7 @@ const version = { /** * Current release version of the project. */ - release: 'v1.5.0-beta1', + release: 'v1.5.0', /** * Version name of the head release of the project. */ diff --git a/package.json b/package.json index 4425e21906276725499492e32651db68f00e7425..d9178421072a9fb86c237c490358560ae94f2d17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json", "name": "kubernetes-dashboard", - "version": "1.5.0-beta1", + "version": "1.5.0", "repository": { "type": "git", "url": "https://github.com/kubernetes/dashboard.git" diff --git a/src/deploy/kubernetes-dashboard.yaml b/src/deploy/kubernetes-dashboard.yaml index b3290f324e697a4a8ae0cbb20c3cb9129378136c..3cd2edb7a0c3a4658346e69370af0a6808a4e712 100644 --- a/src/deploy/kubernetes-dashboard.yaml +++ b/src/deploy/kubernetes-dashboard.yaml @@ -46,7 +46,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0-beta1 + image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0 imagePullPolicy: Always ports: - containerPort: 9090