Skip to content

Commit

Permalink
feat: Bump to Teleray 1.2.0 (close #176)
Browse files Browse the repository at this point in the history
feat: Bump to Hubeau 1.2.0 (close #175)
feat: Bump to OpenAQ 1.0.0 (close #174)
feat: Bump to Vigicrues 1.3.0 (close #173)
  • Loading branch information
Christophe Nouguier committed Oct 1, 2020
1 parent a609fb4 commit f40b6f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GRAFANA_TAG=6.1.6

# HubEau
HUBEAU_IMAGE=kalisio/k-hubeau
HUBEAU_TAG=1.1.0
HUBEAU_TAG=1.2.0
HUBEAU_STATIONS_IMAGE=$HUBEAU_IMAGE
HUBEAU_STATIONS_TAG=stations-$HUBEAU_TAG
HUBEAU_STATIONS_CRON="0 0 0 * * *"
Expand Down Expand Up @@ -92,7 +92,7 @@ MONGO_EXPRESS_MONGODB_PORT=27017

# OpenAQ
OPENAQ_IMAGE=kalisio/k-openaq
OPENAQ_TAG=latest
OPENAQ_TAG=1.0.0
OPENAQ_CRON="0 0 * * * *"
OPENAQ_DEBUG=

Expand Down Expand Up @@ -141,7 +141,7 @@ TRAEFIK_REPLICAS=1

# Teleray
TELERAY_IMAGE=kalisio/k-teleray
TELERAY_TAG=1.1.0
TELERAY_TAG=1.2.0
TELERAY_MEASUREMENTS_TTL=2592000
TELERAY_CRON="0 */10 * * * *"
TELERAY_DEBUG=
Expand All @@ -163,7 +163,7 @@ THREDDS_XMS_SIZE=4G

# Vigicrues
VIGICRUES_IMAGE=kalisio/k-vigicrues
VIGICRUES_TAG=1.2.0
VIGICRUES_TAG=1.3.0
VIGICRUES_TTL=2592000
VIGICRUES_CRON="0 0 */3 * * *"
VIGICRUES_DEBUG=
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For each stack, there must be such an entry:
| Variable | Description | Default value |
| --- | --- | --- |
| `HUBEAU_IMAGE` | The image to be used. | `kalisio/k-hubeau` |
| `HUBEAU_TAG` | The tag of the image to be used. | `1.1.0` |
| `HUBEAU_TAG` | The tag of the image to be used. | `1.2.0` |
| `HUBEAU_DB_URL` | The database URL where to write the data. | - |
| `HUBEAU_STATIONS_IMAGE` | The image to be used for scraping the stations. | `${HUBEAU_IMAGE}` |
| `HUBEAU_STATIONS_TAG` | The tag of the image to be used for scraping the stations. | `stations-${HUBEAU_TAG}` |
Expand Down Expand Up @@ -172,7 +172,7 @@ The **MapProxy** service is preconfigured to run [Gunicorn](https://gunicorn.org
| Variable | Description | Default value |
| --- | --- | --- |
| `OPENAQ_IMAGE` | The image to be used. | `kalisio/k-openaq` |
| `OPENAQ_TAG` | The version to be used. | `latest` |
| `OPENAQ_TAG` | The version to be used. | `1.0.0` |
| `OPENAQ_DB_URL` | The database URL where to write the data. | - |
| `OPENAQ_CRON` | The cron expression used to run the job. | `0 0 * * * *` (every hour) |
| `OPENAQ_DEBUG` | The namespaces to enable debug output. Set it to `krawler*` to enable full debug output. | `` |
Expand Down Expand Up @@ -224,7 +224,7 @@ The **MapProxy** service is preconfigured to run [Gunicorn](https://gunicorn.org
| Variable | Description | Default value |
| --- | --- | --- |
| `TELERAY_IMAGE` | The image to be used. | `kalisio/k-teleray` |
| `TELERAY_TAG` | The version to be used. | `1.1.0` |
| `TELERAY_TAG` | The version to be used. | `1.2.0` |
| `TELERAY_DB_URL` | The database URL where to write the data. | - |
| `TELERAY_MEASUREMENTS_TTL` | The measurements data time to live. It must be expressed in seconds. | `2592000` (30 days) |
| `TELERAY_CRON` | The cron expression used to run the job. | `0 */10 * * * *` (every 10 minutes) |
Expand Down Expand Up @@ -264,7 +264,7 @@ The **MapProxy** service is preconfigured to run [Gunicorn](https://gunicorn.org
| Variable | Description | Default value |
| --- | --- | --- |
| `VIGICRUES_IMAGE` | The image to be used. | `kalisio/k-vigicrues` |
| `VIGICRUES_TAG` | The tag of the image to be used for scraping the stations. | `1.2.0` |
| `VIGICRUES_TAG` | The tag of the image to be used for scraping the stations. | `1.3.0` |
| `VIGICRUES_DB_URL` | The database URL where to write the data. | - |
| `VIGICRUES_TTL` | The forecasts data time to live. It must be expressed in seconds. | `2592000` (30 days) |
| `VIGICRUES_CRON` | The cron expression used to run the job. | `0 0 */3 * * *` (every 3 hours) |
Expand Down

0 comments on commit f40b6f0

Please sign in to comment.