Skip to content

Commit 3e2aaf6

Browse files
authored
Merge pull request #360 from chmouel/0.5.5-release
update documentation for 0.5.0 release
2 parents 0f3ce8c + 7cbb780 commit 3e2aaf6

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.4.4/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.0/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.4.4
29+
VERSION=0.5.0
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 relesaed version :
476476

477477
```shell
478-
VERSION=0.4.4
478+
VERSION=0.5.0
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)