From 46ba3f8e2774bc13d757e11727ee3e47d145ec96 Mon Sep 17 00:00:00 2001 From: a-roberts Date: Thu, 3 Oct 2019 15:48:50 +0100 Subject: [PATCH] Mention 0.2.0 for latest release --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 004ce626e..563bf24b0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tekton Dashboard is a general purpose, web-based UI for Tekton Pipelines. It all ## Pre-requisites -[Tekton Pipelines](https://github.com/tektoncd/pipeline) must be installed in order to use the Tekton Dashboard. Instructions to install Tekton Pipelines can be found [here](https://github.com/tektoncd/pipeline/blob/master/docs/install.md). For 0.7.0 of Tekton Pipelines, use master. To continue using Tekton Pipelines 0.5.2, you should use the published 0.1.1 release [here](https://github.com/tektoncd/dashboard/releases/tag/v0.1.1). +[Tekton Pipelines](https://github.com/tektoncd/pipeline) must be installed in order to use the Tekton Dashboard. Instructions to install Tekton Pipelines can be found [here](https://github.com/tektoncd/pipeline/blob/master/docs/install.md). For 0.7.0 of Tekton Pipelines, use the 0.2.0 release. To continue using Tekton Pipelines 0.5.2, you should use the published 0.1.1 release [here](https://github.com/tektoncd/dashboard/releases/tag/v0.1.1). ## Install Dashboard @@ -20,11 +20,11 @@ Tekton Dashboard is a general purpose, web-based UI for Tekton Pipelines. It all and its dependencies: ```bash - kubectl apply --filename https://github.com/tektoncd/dashboard/releases/download/v0.1.1/release.yaml + kubectl apply --filename https://github.com/tektoncd/dashboard/releases/download/v0.2.0/release.yaml ``` _(Previous versions will be available at `previous/$VERSION_NUMBER`, e.g. - https://storage.googleapis.com/tekton-releases/previous/v0.1.0/release.yaml.)_ + https://storage.googleapis.com/tekton-releases/previous/v0.1.1/release.yaml.)_ 2. Run the [`kubectl get`](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get) @@ -89,7 +89,7 @@ You can then access the Tekton Dashboard at `tekton-dashboard.${ip}.nip.io`. Thi 1. Assuming you want to install the Dashboard into the `tekton-pipelines` namespace: ```bash - kubectl apply --filename https://github.com/tektoncd/dashboard/releases/download/v0.1.1/openshift-tekton-dashboard.yaml --validate=false + kubectl apply --filename https://github.com/tektoncd/dashboard/releases/download/v0.2.0/openshift-tekton-dashboard.yaml --validate=false ``` 2. Access the dashboard by determining its route with `kubectl get route tekton-dashboard -n tekton-pipelines`