From da889946a3583bfe7864035f8d03ad578c0de89b Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Mon, 21 Feb 2022 16:41:51 +0100 Subject: [PATCH] Update documentation for 0.5.3 Signed-off-by: Chmouel Boudjnah --- README.md | 2 +- docs/install.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50b199adf..97e3087d8 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/install.md b/docs/install.md index 0a05a2d94..d4b1ff3ca 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 ``` @@ -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 ```