File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 66 COSIGN_EXPERIMENTAL : 1
77 REGISTRY : ghcr.io
88 IMAGE_NAME : ${{ github.repository }}
9- VERSION : 0.1.4
9+ VERSION : 0.1.5
1010
1111jobs :
1212 build :
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
Original file line number Diff line number Diff 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
1718It 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
4243kubectl create namespace carvel-packages
4344kctrl 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
You can’t perform that action at this time.
0 commit comments