Skip to content

Commit

Permalink
feat: Upgrade default version of vigicrues (close #121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Jan 8, 2020
1 parent 2774fc3 commit fca0a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ THREDDS_XMS_SIZE=4G

# Vigicrues
VIGICRUES_IMAGE=kalisio/k-vigicrues
VIGICRUES_TAG=latest
VIGICRUES_TAG=1.0.0
VIGICRUES_DEBUG=

# Weacast API
WEACAST_IMAGE=weacast/weacast-api
Expand Down
4 changes: 1 addition & 3 deletions docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ $kargo build mapserver
| Variable | Description | Default value |
| --- | --- | --- |
| `VIGICRUES_IMAGE` | The image to be used. | `kalisio/k-vigicrues` |
| `VIGICRUES_STATIONS_TAG` | The version of the image to be used for scraping the stations. | `latest` |
| `VIGICRUES_SECTIONS_TAG` | The version of the image to be used for scraping the sections. | `lastest` |
| `VIGICRUES_OBSERVATIONS_TAG` | The version of the image to be used for scraping the observations. | `latest` |
| `VIGICRUES_TAG` | The version of the image to be used for scraping the stations. | `1.0.0` |
| `VIGICRUES_DB_URL` | The database URL where to write the data. | - |
| `VIGICRUES_DEBUG` | The namespaces to enable debug output. Set it to `krawler*` to enable full debug output. | `` |

Expand Down

0 comments on commit fca0a7b

Please sign in to comment.