Skip to content

Commit 099e192

Browse files
updated images in helm
1 parent b26c490 commit 099e192

File tree

4 files changed

+30
-7
lines changed

4 files changed

+30
-7
lines changed

helm/charts/chirpstack-application-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONTAINER_REGISTRY: chirpstack
77

88
# Image that needs to be used.
99
DOCKER_IMAGE_NAME: chirpstack-application-server
10-
DOCKER_IMAGE_TAG: '3.17'
10+
DOCKER_IMAGE_TAG: '3.17.9'
1111

1212
DOCKER_IMAGE_PULL_POLICY: Always
1313

helm/charts/chirpstack-gateway-bridge/templates/configmap.yaml

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,31 @@ data: # Remember this contains passwords - might be an idea to use secrets and e
77
# See https://www.chirpstack.io/gateway-bridge/install/config/ for a full
88
# configuration example and documentation.
99
10-
[integration.mqtt.auth.generic]
11-
servers=["tcp://mosquitto-svc:1883"]
12-
username=""
13-
password=""
10+
# Integration configuration.
11+
[integration]
12+
# Payload marshaler.
13+
#
14+
# This defines how the MQTT payloads are encoded. Valid options are:
15+
# * protobuf: Protobuf encoding
16+
# * json: JSON encoding (for debugging)
17+
marshaler="protobuf"
18+
19+
[integration.mqtt]
20+
# Event topic template.
21+
event_topic_template="gateway/{{ .GatewayID }}/event/{{ .EventType }}"
22+
23+
# State topic template.
24+
state_topic_template="gateway/{{ .GatewayID }}/state/{{ .StateType }}"
25+
26+
# Command topic template.
27+
command_topic_template="gateway/{{ .GatewayID }}/command/#"
28+
[integration.mqtt.auth]
29+
# Type defines the MQTT authentication type to use.
30+
#
31+
# Set this to the name of one of the sections below.
32+
type="generic"
33+
[integration.mqtt.auth.generic]
34+
servers=["tcp://mosquitto-svc:1883"]
35+
username=""
36+
password=""
1437

helm/charts/chirpstack-gateway-bridge/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONTAINER_REGISTRY: chirpstack
77

88
# Image that needs to be used.
99
DOCKER_IMAGE_NAME: chirpstack-gateway-bridge
10-
DOCKER_IMAGE_TAG: '3.13'
10+
DOCKER_IMAGE_TAG: '4.0.10'
1111

1212
DOCKER_IMAGE_PULL_POLICY: Always
1313

helm/charts/chirpstack-network-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONTAINER_REGISTRY: chirpstack
77

88
# Image that needs to be used.
99
DOCKER_IMAGE_NAME: chirpstack-network-server
10-
DOCKER_IMAGE_TAG: '3.15'
10+
DOCKER_IMAGE_TAG: '3.16.8'
1111

1212
DOCKER_IMAGE_PULL_POLICY: Always
1313

0 commit comments

Comments
 (0)