Skip to content

Commit 2f3a29e

Browse files
committed
Add Kpack Dependencies
1 parent cb95ef5 commit 2f3a29e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 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.4
9+
VERSION: 0.1.5
1010

1111
jobs:
1212
build:
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Create k3d cluster
3737
run: |
38+
# Workaround for https://github.com/actions/runner-images/issues/6283
39+
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
3840
brew install k3d
3941
k3d cluster create test-cluster
4042

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+
* [kpack-dependencies](https://github.com/arktonix/kpack-dependencies)
1516
* [tekton-pipelines](https://github.com/arktonix/package-for-tekton-pipelines)
1617

1718
It also includes the following open-source packages maintained by the [VMware Tanzu](https://github.com/vmware-tanzu) organization:
@@ -41,7 +42,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4142
```shell
4243
kubectl create namespace carvel-packages
4344
kctrl package repository add -r kadras-repo \
44-
--url ghcr.io/arktonix/kadras-packages:0.1.4 \
45+
--url ghcr.io/arktonix/kadras-packages:0.1.5 \
4546
-n carvel-packages
4647
```
4748

0 commit comments

Comments
 (0)