diff --git a/build/conf.js b/build/conf.js index db8b09e48cc..8f6354a496b 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', + release: 'v1.5.1', /** * Version name of the head release of the project. */ diff --git a/package.json b/package.json index e5396a3400e..b1f8b7f066c 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", + "version": "1.5.1", "repository": { "type": "git", "url": "https://github.com/kubernetes/dashboard.git" diff --git a/src/deploy/kubernetes-dashboard-arm.yaml b/src/deploy/kubernetes-dashboard-arm.yaml index 810e627bbf8..f1d0e23de2a 100644 --- a/src/deploy/kubernetes-dashboard-arm.yaml +++ b/src/deploy/kubernetes-dashboard-arm.yaml @@ -46,7 +46,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.0 + image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.1 imagePullPolicy: Always ports: - containerPort: 9090 diff --git a/src/deploy/kubernetes-dashboard.yaml b/src/deploy/kubernetes-dashboard.yaml index 7f91c12dbdb..91fdff2762b 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 + image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.1 imagePullPolicy: Always ports: - containerPort: 9090