diff --git a/manifests/dashboard/kubernetes-dashboard.yaml b/manifests/dashboard/kubernetes-dashboard.yaml index 74aa0ba..1e5e9f4 100644 --- a/manifests/dashboard/kubernetes-dashboard.yaml +++ b/manifests/dashboard/kubernetes-dashboard.yaml @@ -12,11 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Configuration to deploy release version of the Dashboard UI compatible with -# Kubernetes 1.8. -# -# Example usage: kubectl create -f - # ------------------- Dashboard Secret ------------------- # apiVersion: v1 @@ -95,7 +90,7 @@ subjects: # ------------------- Dashboard Deployment ------------------- # kind: Deployment -apiVersion: apps/v1beta1 +apiVersion: apps/v1beta2 metadata: labels: k8s-app: kubernetes-dashboard @@ -115,7 +110,7 @@ spec: containers: - name: kubernetes-dashboard #image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.3 - image: mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.8.3 + image: mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.10.0 ports: - containerPort: 8443 protocol: TCP