We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ce4eb commit 9da705fCopy full SHA for 9da705f
2 files changed
.env
@@ -10,7 +10,7 @@ MONGO_DB_PORT=27017
10
MONGO_DB_VERSION=6.0
11
12
# IoT Agent Ultralight Variables
13
-ULTRALIGHT_VERSION=3.1.0-distroless
+ULTRALIGHT_VERSION=3.3.0-distroless
14
IOTA_NORTH_PORT=4041
15
IOTA_SOUTH_PORT=7896
16
README.md
@@ -228,7 +228,7 @@ the repository and create the necessary images by running the commands as shown:
228
```console
229
git clone https://github.com/FIWARE/tutorials.Time-Series-Data.git
230
cd tutorials.Time-Series-Data
231
-git checkout NGSI-v2
+git checkout NGSI-LD
232
233
./services create
234
```
0 commit comments