Skip to content

Commit 92f8549

Browse files
github-actionsThomasVitale
authored andcommitted
Update Knative Eventing metadata and add version 1.8.1+kadras.1
1 parent fcf43a3 commit 92f8549

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: knative-eventing.packages.kadras.io.1.8.1+kadras.1
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: knative-eventing.packages.kadras.io
10+
releaseNotes: https://github.com/knative/eventing/releases
11+
releasedAt: "2022-11-27T22:36:10Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/arktonix/package-for-knative-eventing@sha256:da0fb08e4091a1b530699eae0cbdce1556c08b7ee9af7f8364c4040cd0583310
19+
template:
20+
- ytt:
21+
paths:
22+
- config
23+
- kbld:
24+
paths:
25+
- '-'
26+
- .imgpkg/images.yml
27+
valuesSchema:
28+
openAPIv3:
29+
additionalProperties: false
30+
properties:
31+
default_broker:
32+
additionalProperties: false
33+
description: Configuration for the default in-memory broker
34+
properties:
35+
enabled:
36+
default: false
37+
description: Whether to install the default in-memory broker
38+
type: boolean
39+
namespace:
40+
default: default
41+
description: The namespace where to install the default broker
42+
type: string
43+
type: object
44+
type: object
45+
version: 1.8.1+kadras.1

0 commit comments

Comments
 (0)