mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
docker: update to Redis 7.2
Latest opensource version.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- 9092:9093
|
- 9092:9093
|
||||||
redis:
|
redis:
|
||||||
image: bitnami/redis:7.0
|
image: bitnami/redis:7.2
|
||||||
env:
|
env:
|
||||||
ALLOW_EMPTY_PASSWORD: "yes"
|
ALLOW_EMPTY_PASSWORD: "yes"
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ run tests:
|
|||||||
alias: zookeeper
|
alias: zookeeper
|
||||||
- name: bitnami/kafka:3.5
|
- name: bitnami/kafka:3.5
|
||||||
alias: kafka
|
alias: kafka
|
||||||
- name: bitnami/redis:7.0
|
- name: bitnami/redis:7.2
|
||||||
alias: redis
|
alias: redis
|
||||||
- name: clickhouse/clickhouse-server:23.8
|
- name: clickhouse/clickhouse-server:23.8
|
||||||
alias: clickhouse
|
alias: clickhouse
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ resort when configured. It also increases memory usage (1.3GB for ClickHouse).
|
|||||||
- 🩹 *cmd*: fix parsing of `inlet`→`metadata`→`provider`→`ports`
|
- 🩹 *cmd*: fix parsing of `inlet`→`metadata`→`provider`→`ports`
|
||||||
- 🩹 *console*: fix use of `InIfBoundary` and `OutIfBoundary` as dimensions
|
- 🩹 *console*: fix use of `InIfBoundary` and `OutIfBoundary` as dimensions
|
||||||
- 🌱 *orchestrator*: add TLS support to connect to ClickHouse database
|
- 🌱 *orchestrator*: add TLS support to connect to ClickHouse database
|
||||||
|
- 🌱 *docker*: update to Redis 7.2 (not mandatory)
|
||||||
|
|
||||||
## 1.9.3 - 2024-01-14
|
## 1.9.3 - 2024-01-14
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
- 127.0.0.1:9092:9093/tcp
|
- 127.0.0.1:9092:9093/tcp
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: bitnami/redis:7.0
|
image: bitnami/redis:7.2
|
||||||
environment:
|
environment:
|
||||||
- ALLOW_EMPTY_PASSWORD=yes
|
- ALLOW_EMPTY_PASSWORD=yes
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ services:
|
|||||||
test: ["CMD", "env", "-u", "JMX_PORT", "kafka-topics.sh", "--list", "--bootstrap-server", "kafka:9092"]
|
test: ["CMD", "env", "-u", "JMX_PORT", "kafka-topics.sh", "--list", "--bootstrap-server", "kafka:9092"]
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: bitnami/redis:7.0
|
image: bitnami/redis:7.2
|
||||||
environment:
|
environment:
|
||||||
- ALLOW_EMPTY_PASSWORD=yes
|
- ALLOW_EMPTY_PASSWORD=yes
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user