@leverege/build-tools 2.31.0 → 2.31.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.31.0",
3
+ "version": "2.31.1",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -1,3 +1,8 @@
1
+ image:
2
+ # point this to a leverege image when the time comes
3
+ repository: vernemq/vernemq
4
+ tag: 1.12.6.2-alpine
5
+
1
6
  service:
2
7
  type: ClusterIP # NodePort
3
8
  annotations:
@@ -20,7 +25,7 @@ additionalEnv:
20
25
  - name: DOCKER_VERNEMQ_COORDINATE_REGISTRATIONS
21
26
  value: "off"
22
27
  - name: DOCKER_VERNEMQ_LOG__CONSOLE__LEVEL
23
- value: "info"
28
+ value: "info" # "info" OR "debug" OR "warn"
24
29
  # - name: DOCKER_VERNEMQ_ALLOW_ANONYMOUS
25
30
  # value: "on"
26
31
  - name: DOCKER_VERNEMQ_PLUGINS__VMQ_WEBHOOKS