Skip to content

Commit

Permalink
Mention 0.2.0 for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
a-roberts authored and tekton-robot committed Oct 3, 2019
1 parent a73ed4d commit 46ba3f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 46ba3f8

Please sign in to comment.