Skip to content

Commit 3999247

Browse files
authored
Merge pull request #309 from chmouel/release-0.4.1-docupdate
2 parents b93f6b8 + f729741 commit 3999247

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL com.redhat.component=pipelines-as-code \
1111
1212
summary="This image is to run Pipelines as Code task"
1313

14-
LABEL version=0.3
14+
LABEL version=0.4.1
1515

1616
COPY --from=builder /tmp/pipelines-as-code /usr/bin/pipelines-as-code
1717
RUN ln /usr/bin/pipelines-as-code /usr/bin/tkn-pac

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.3/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.4.1/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
@@ -24,7 +24,7 @@ Here is a video walkthrough on the install process :
2424
To install Pipelines as Code on your cluster you simply need to run this command :
2525

2626
```shell
27-
VERSION=0.3
27+
VERSION=0.4.1
2828
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-$VERSION/release-$VERSION.yaml
2929
```
3030

@@ -313,7 +313,7 @@ its [interceptors](https://storage.googleapis.com/tekton-releases/triggers/lates
313313
The release yaml to install pipelines are for the relesaed version :
314314

315315
```shell
316-
VERSION=0.3
316+
VERSION=0.4.1
317317
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-$VERSION/release-$VERSION.k8s.yaml
318318
```
319319

0 commit comments

Comments
 (0)