Skip to content

Commit

Permalink
chore(ci): update InfluxDB to v2.0.4 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Feb 11, 2021
1 parent 2d4b877 commit ca1c763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
default: &default-maven-image "circleci/openjdk:8"
influxdb-image:
type: string
default: &default-influxdb-image "influxdb:v2.0.3"
default: &default-influxdb-image "influxdb:v2.0.4"
docker:
- image: << parameters.maven-image >>
- image: &influx-image quay.io/influxdb/<< parameters.influxdb-image >>
Expand Down
2 changes: 1 addition & 1 deletion scripts/influxdb-restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ INFLUXDB_VERSION="${INFLUXDB_VERSION:-$DEFAULT_INFLUXDB_VERSION}"
INFLUXDB_IMAGE=influxdb:${INFLUXDB_VERSION}-alpine

DEFAULT_INFLUXDB_V2_REPOSITORY="influxdb"
DEFAULT_INFLUXDB_V2_VERSION="v2.0.3"
DEFAULT_INFLUXDB_V2_VERSION="v2.0.4"
INFLUXDB_V2_REPOSITORY="${INFLUXDB_V2_REPOSITORY:-$DEFAULT_INFLUXDB_V2_REPOSITORY}"
INFLUXDB_V2_VERSION="${INFLUXDB_V2_VERSION:-$DEFAULT_INFLUXDB_V2_VERSION}"
INFLUXDB_V2_IMAGE=${DOCKER_REGISTRY}${INFLUXDB_V2_REPOSITORY}:${INFLUXDB_V2_VERSION}
Expand Down

0 comments on commit ca1c763

Please sign in to comment.