Skip to content

Commit

Permalink
Merge pull request #422 from chmouel/update-for-0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel authored Feb 21, 2022
2 parents 26c7f19 + da88994 commit 660d5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pipelines as Code

**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.2/README.md)**
**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.3/README.md)**

[![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)

Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To install Pipelines as Code on your cluster you simply need to run this command
:

```shell
VERSION=0.5.2
VERSION=0.5.3
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-$VERSION/release-$VERSION.yaml
```

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

```shell
VERSION=0.5.2
VERSION=0.5.3
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-$VERSION/release-$VERSION.k8s.yaml
```

Expand Down

0 comments on commit 660d5ca

Please sign in to comment.