Bump influxdb to 2.8 (#933)

Closes #863
This commit is contained in:
Aram Akhavan
2026-02-21 16:02:10 -08:00
committed by GitHub
parent 3d2671650e
commit 02996d6288
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
# Service containers to run with `build` (Required for end-to-end testing)
services:
influxdb:
image: influxdb:2.2
image: influxdb:2.8
env:
DOCKER_INFLUXDB_INIT_MODE: setup
DOCKER_INFLUXDB_INIT_USERNAME: admin
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
# Service containers to run with `build` (Required for end-to-end testing)
services:
influxdb:
image: influxdb:2.2
image: influxdb:2.8
env:
DOCKER_INFLUXDB_INIT_MODE: setup
DOCKER_INFLUXDB_INIT_USERNAME: admin