Skip to content

Commit 5593919

Browse files
github-actionsThomasVitale
authored andcommitted
Update Knative Eventing metadata and add version 1.8.0
1 parent 0ddfe79 commit 5593919

File tree

1 file changed

+45
-0
lines changed
  • repo/packages/knative-eventing.packages.kadras.io

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.0
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-10-25T20:47:08Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/arktonix/package-for-knative-eventing@sha256:08a2585fb7c6cc8d862bbaa36050f952bdeb0a5ee0501292cea1dd3148f72f8b
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.0

0 commit comments

Comments
 (0)