Skip to content

Commit

Permalink
feat: Bump to Kapture 1.0.0 (close #280)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jan 10, 2022
1 parent 81b6e33 commit 489f4a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LOGSPOUT_TAG=v3.2.11

# Kapture
KAPTURE_IMAGE=kalisio/kapture
KAPTURE_TAG=latest
KAPTURE_TAG=1.0.0
KAPTURE_KANO_URL=http://kano:8081
KAPTURE_BODY_LIMIT=100kb
KAPTURE_REPLICAS=1
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ For each stack, there must be such an entry:
| Variable | Description | Default value |
| --- | --- | --- |
| `KAPTURE_IMAGE` | The image to be used. | `kalisio/kapture` |
| `KAPTURE_TAG` | The version to be used. | `latest` |
| `KAPTURE_TAG` | The version to be used. | `1.0.0` |
| `KAPTURE_KANO_URL` | The url to access the **Kano** app. | `http://kano:8081` |
| `KAPTURE_KANO_JWT` | The JWT to allow **kapture** to authenticate to **Kano**. | - |
| `KAPTURE_BODY_LIMIT` | The body limit size. | `100kb` |
Expand Down

0 comments on commit 489f4a3

Please sign in to comment.