Skip to content

Commit 64dfafd

Browse files
Use Tarantool 2.x instead of Tarantool 1.x in example cluster
1 parent 98a6b1f commit 64dfafd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Separate app cluster and load generator in example docker stand
1919
- Use cartridge-cli to run and setup example app cluster instead of luatest
2020
- Group Prometheus cluster overview panels into "Cluster overview" row
21+
- Use Tarantool 2.x instead of Tarantool 1.x in test app and load generator
2122

2223
## Fixed
2324
- Add missing space and replication metrics labels to Telegraf configuration

example/project/app.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tarantool/tarantool:1.x-centos7
1+
FROM tarantool/tarantool:2.x-centos7
22

33
WORKDIR /app
44

example/project/load.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tarantool/tarantool:1.x-centos7
1+
FROM tarantool/tarantool:2.x-centos7
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)