Skip to content

Commit

Permalink
chore: use latest InfluxDB
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Mar 29, 2022
1 parent 2dde3ee commit a41b1d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Swagger code generator for InfluxDB 2.0 client libraries
# Swagger code generator for InfluxDB 2.x client libraries

[![CircleCI](https://circleci.com/gh/bonitoo-io/influxdb-clients-apigen.svg?style=svg)](https://circleci.com/gh/bonitoo-io/influxdb-clients-apigen)
[![License](https://img.shields.io/github/license/bonitoo-io/influxdb-clients-apigen.svg)](https://github.com/bonitoo-io/influxdb-clients-apigen/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
network_mode: host

influxdb_v2:
image: quay.io/influxdb/influxdb:2.0.0-beta
image: influxdb:latest
ports:
- "9999:9999"
command: influxd --reporting-disabled
Expand Down
2 changes: 1 addition & 1 deletion scripts/influxdb-onboarding-v1v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set -e
echo "Wait to start InfluxDB"
wget -S --spider --tries=20 --retry-connrefused --waitretry=5 http://localhost:8086/ping

echo "Wait to start InfluxDB 2.0"
echo "Wait to start InfluxDB 2.x"
wget -S --spider --tries=20 --retry-connrefused --waitretry=5 http://localhost:9999/metrics

echo
Expand Down
2 changes: 1 addition & 1 deletion scripts/influxdb-onboarding.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

echo "Wait to start InfluxDB 2.0"
echo "Wait to start InfluxDB 2.x"
wget -S --spider --tries=20 --retry-connrefused --waitretry=5 http://localhost:8086/metrics

echo
Expand Down

0 comments on commit a41b1d2

Please sign in to comment.