@jobmatchme/bee-slack 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,7 +38,9 @@ npm run start:local
|
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
This starts a local NATS broker via Docker, starts the local fake backend, and
|
|
41
|
-
then launches `bee-slack` against that local stack.
|
|
41
|
+
then launches `bee-slack` against that local stack. The local broker defaults to
|
|
42
|
+
`max_payload: 8MB` for inline artifact testing; override with
|
|
43
|
+
`BEE_LOCAL_NATS_MAX_PAYLOAD` if needed.
|
|
42
44
|
|
|
43
45
|
## Publishing
|
|
44
46
|
|
|
@@ -93,7 +95,7 @@ helm upgrade --install bee-slack ./charts/bee-slack \
|
|
|
93
95
|
--create-namespace \
|
|
94
96
|
--set config.existingSecretName=bee-slack-config \
|
|
95
97
|
--set image.repository=ghcr.io/jobmatchme/bee-slack \
|
|
96
|
-
--set image.tag=0.1.
|
|
98
|
+
--set image.tag=0.1.7
|
|
97
99
|
```
|
|
98
100
|
|
|
99
101
|
The mounted config file must contain the same structure as
|