File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
default : &default-python "circleci/python:3.6-buster"
50
50
influxdb-image :
51
51
type : string
52
- default : " influxdb:v2.0.3 "
52
+ default : " influxdb:v2.0.4 "
53
53
enabled-ciso-8601 :
54
54
type : boolean
55
55
default : true
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ DEFAULT_DOCKER_REGISTRY="quay.io/influxdb/"
27
27
DOCKER_REGISTRY=" ${DOCKER_REGISTRY:- $DEFAULT_DOCKER_REGISTRY } "
28
28
29
29
DEFAULT_INFLUXDB_V2_REPOSITORY=" influxdb"
30
- DEFAULT_INFLUXDB_V2_VERSION=" v2.0.3 "
30
+ DEFAULT_INFLUXDB_V2_VERSION=" v2.0.4 "
31
31
INFLUXDB_V2_REPOSITORY=" ${INFLUXDB_V2_REPOSITORY:- $DEFAULT_INFLUXDB_V2_REPOSITORY } "
32
32
INFLUXDB_V2_VERSION=" ${INFLUXDB_V2_VERSION:- $DEFAULT_INFLUXDB_V2_VERSION } "
33
33
INFLUXDB_V2_IMAGE=${DOCKER_REGISTRY}${INFLUXDB_V2_REPOSITORY} :${INFLUXDB_V2_VERSION}
You can’t perform that action at this time.
0 commit comments