Skip to content

Commit ee9517c

Browse files
committed
Update documentation to 0.5.5
Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 6ea7593 commit ee9517c

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,6 +1,6 @@
11
# Pipelines as Code
22

3-
**This documentation refers to the main development branch, the documentation for the latest released version is [here](https://github.com/openshift-pipelines/pipelines-as-code/blob/0.5.4/README.md)**
3+
**This documentation refers to the main development branch, the documentation for the latest released version is [here](https://github.com/openshift-pipelines/pipelines-as-code/blob/0.5.5/README.md)**
44

55
[![Container Repository on Quay](https://quay.io/repository/openshift-pipeline/pipelines-as-code/status "Container Repository on Quay")](https://quay.io/repository/openshift-pipeline/pipelines-as-code) [![codecov](https://codecov.io/gh/openshift-pipelines/pipelines-as-code/branch/main/graph/badge.svg)](https://codecov.io/gh/openshift-pipelines/pipelines-as-code) [![Go Report Card](https://goreportcard.com/badge/google/ko)](https://goreportcard.com/report/openshift-pipelines/pipelines-as-code)
66

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.4
29+
VERSION=0.5.5
3030
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-$VERSION/release-$VERSION.yaml
3131
```
3232

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

480480
```shell
481-
VERSION=0.5.4
481+
VERSION=0.5.5
482482
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-$VERSION/release-$VERSION.k8s.yaml
483483
```
484484

0 commit comments

Comments
 (0)