Skip to content

Commit 2cb8daf

Browse files
committed
Update documentation for Release 0.5.2
1 parent 75356c0 commit 2cb8daf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**This documentation refers to the main developement branch, the documentation for the released version is [here](https://github.com/openshift-pipelines/pipelines-as-code/blob/0.5.1/README.md)**
1+
**This documentation refers to the main developement branch, the documentation for the released version is [here](https://github.com/openshift-pipelines/pipelines-as-code/blob/0.5.2/README.md)**
22

33
# Pipelines as Code
44

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To install Pipelines as Code on your cluster you simply need to run this command
2626
:
2727

2828
```shell
29-
VERSION=0.5.1
29+
VERSION=0.5.2
3030
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-$VERSION/release-$VERSION.yaml
3131
```
3232

@@ -475,7 +475,7 @@ its [interceptors](https://storage.googleapis.com/tekton-releases/triggers/lates
475475
The release yaml to install pipelines are for the released version :
476476

477477
```shell
478-
VERSION=0.5.1
478+
VERSION=0.5.2
479479
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-$VERSION/release-$VERSION.k8s.yaml
480480
```
481481

0 commit comments

Comments
 (0)