update package, fix issue 3135 (#3136)

This commit is contained in:
Ville Aikas 2021-01-11 05:41:37 -08:00 committed by GitHub
parent d22a3c317a
commit 23533ca02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3786 additions and 41 deletions

View File

@ -70,9 +70,9 @@ To deploy the Knative service, edit the `service.yaml` file and replace
To deploy using the `kn` CLI:
```shell
kn service create cloudevents-nodejs --image=<image>
```
```shell
kn service create cloudevents-nodejs --image=<image>
```
{{ /tab }}{{ /tabs }}

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"cloudevents": "^3.2.0",
"cloudevents": "^4.0.0",
"express": "^4.17.1",
"nodemon": "^2.0.4"
},

View File

@ -21,8 +21,8 @@ spec:
template:
spec:
containers:
- image: <registry/repository/image:tag>
# Uncomment this to send events somewhere.
# env:
# - name: K_SINK
# value: http://default-broker.default.svc.cluster.local
- image: <registry/repository/image:tag>
# Uncomment this to send events somewhere.
# env:
# - name: K_SINK
# value: http://default-broker.default.svc.cluster.local