Skip to content

Commit

Permalink
Example connection fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
juliarobles committed Feb 29, 2024
1 parent 106faff commit bcd6207
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenTwins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
name: OpenTwins
sources:
- https://github.com/ertis-research/Helm-charts
version: 0.5.9
version: 0.5.10
4 changes: 2 additions & 2 deletions OpenTwins/post-install/example-raspberry/connection.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"sources": [
{
"addresses": [
"opentwins-example/dont-copy/only-example/very-insecure/dht22_1",
"opentwins-example/dont-copy/only-example/very-insecure/dht22_2"
"opentwins-example/dont-copy/only-example/very-insecure/DHT22_1",
"opentwins-example/dont-copy/only-example/very-insecure/DHT22_2"
],
"consumerCount": 1,
"qos": 0,
Expand Down
1 change: 1 addition & 0 deletions OpenTwins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ influxdb2:
enabled: true
service:
type: NodePort
nodePort: 30716
image:
pullPolicy: Always
adminUser:
Expand Down

0 comments on commit bcd6207

Please sign in to comment.