Skip to content

Commit 8b34497

Browse files
committed
Add Tekton Pipelines
1 parent 25f05a9 commit 8b34497

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
COSIGN_EXPERIMENTAL: 1
77
REGISTRY: ghcr.io
88
IMAGE_NAME: ${{ github.repository }}
9-
VERSION: 0.1.3
9+
VERSION: 0.1.4
1010

1111
jobs:
1212
build:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The following packages are maintained by the [Arktonix](https://github.com/arkto
1212
* [fluxcd-source-controller](https://github.com/arktonix/package-for-fluxcd-source-controller)
1313
* [knative-eventing](https://github.com/arktonix/package-for-knative-eventing)
1414
* [knative-serving](https://github.com/arktonix/package-for-knative-serving)
15+
* [tekton-pipelines](https://github.com/arktonix/package-for-tekton-pipelines)
1516

1617
It also includes the following open-source packages maintained by the [VMware Tanzu](https://github.com/vmware-tanzu) organization:
1718

@@ -40,7 +41,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4041
```shell
4142
kubectl create namespace carvel-packages
4243
kctrl package repository add -r kadras-repo \
43-
--url ghcr.io/arktonix/kadras-packages:0.1.3 \
44+
--url ghcr.io/arktonix/kadras-packages:0.1.4 \
4445
-n carvel-packages
4546
```
4647

0 commit comments

Comments
 (0)