We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f5378 commit d2c6d59Copy full SHA for d2c6d59
2 files changed
my-apps/home/wyze-bridge/configmap.yaml
@@ -12,5 +12,6 @@ data:
12
WB_IP: "192.168.10.46"
13
LOG_LEVEL: "debug"
14
ON_DEMAND: "True"
15
+ FORCE_IOTC_DETAIL: "True"
16
# Add any other non-sensitive environment variables here
17
# WB_IP: "your.node.ip.address"
my-apps/home/wyze-bridge/deployment.yaml
@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: wyze-bridge
18
- image: ghcr.io/idisposable/docker-wyze-bridge:3.12.2
+ image: ghcr.io/idisposable/docker-wyze-bridge:3.11.1
19
imagePullPolicy: IfNotPresent
20
ports:
21
- containerPort: 1935
0 commit comments