From 489f4a3dde4b5de10c8d0f7c174bd7787f442b61 Mon Sep 17 00:00:00 2001 From: cnouguier Date: Mon, 10 Jan 2022 16:05:18 +0100 Subject: [PATCH] feat: Bump to Kapture 1.0.0 (close #280) --- .env.default | 2 +- docs/reference/environment.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.default b/.env.default index 740c9551..cceeab1e 100644 --- a/.env.default +++ b/.env.default @@ -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 diff --git a/docs/reference/environment.md b/docs/reference/environment.md index 39918c42..1a26550a 100644 --- a/docs/reference/environment.md +++ b/docs/reference/environment.md @@ -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` |