Skip to content

Commit

Permalink
feat: Update Maputnik default version (closed #89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Oct 31, 2019
1 parent e417df5 commit f7d971e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ MAPSERVER_DATA_PATH=/mnt/data0/mapserver_data
MAPSERVER_REPLICAS=1

# Maputnik
MAPUTNIK_IMAGE=localhost:5000/maputnik
MAPUTNIK_TAG=1.5.0
MAPUTNIK_IMAGE=maputnik/editor
MAPUTNIK_TAG=latest
MAPUTNIK_REPLICAS=1

# MongoDB
Expand Down
5 changes: 0 additions & 5 deletions build/maputnik.sh

This file was deleted.

27 changes: 0 additions & 27 deletions build/maputnik/dockerfile

This file was deleted.

9 changes: 2 additions & 7 deletions docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,10 @@ $kargo build mapserver

| Variable | Description | Default value |
| --- | --- | --- |
| `MAPUTNIK_IMAGE` | The image to be used. | `localhost:5000/maputnik` |
| `MAPUTNIK_TAG` | The version to be used. | `1.5.0` |
| `MAPUTNIK_IMAGE` | The image to be used. | `maputnik/editor` |
| `MAPUTNIK_TAG` | The version to be used. | `latest` |
| `MAPUTNIK_REPLICAS` | The number of replicas. | `1` |

::: warning
The **Maputnik** application is preconfigured to use a local image that must be built using the [build](./cli.md#build) command:
```bash
$kargo build maputnik
```
:::

### MongoDB
Expand Down

0 comments on commit f7d971e

Please sign in to comment.