Skip to content

Commit

Permalink
Updating URLs and making prerequisites concise
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsatyam146 committed Aug 22, 2023
1 parent 90f1cff commit 559c645
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/en/docs/getting-started/installation.md
Expand Up @@ -10,11 +10,11 @@ with our operator.

## Prerequsites

- Shipwright runs on top of [Kubernetes](https://kubernetes.io/), and requires a cluster running version 1.21 or higher.
- We also require a Tekton installation (v0.41.+). To install the newest supported version, run:
- [Kubernetes](https://kubernetes.io/) 1.21 or later.
- [Tekton pipelines](https://tekton.dev/docs/installation/) v0.41 or later.

```bash
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.44.0/release.yaml
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
```

## Installing Shipwright Builds with the Operator
Expand Down Expand Up @@ -57,7 +57,7 @@ We also publish a Kubernetes manifest that installs Shipwright directly into the
Applying this manifest requires cluster administrator permissions:

```bash
$ kubectl apply -f https://github.com/shipwright-io/build/releases/download/v0.11.0/release.yaml
$ kubectl apply -f https://github.com/shipwright-io/build/releases/latest/download/release.yaml
```

## Installing Sample Build Strategies
Expand All @@ -66,5 +66,5 @@ The Shipwright community maintains a curated set of build strategies for popular
These can be optionally installed after Shipwright Builds has been deployed:

```bash
$ kubectl apply -f https://github.com/shipwright-io/build/releases/download/v0.11.0/sample-strategies.yaml
$ kubectl apply -f https://github.com/shipwright-io/build/releases/latest/download/sample-strategies.yaml
```

0 comments on commit 559c645

Please sign in to comment.