From e9a477c1ebacefc210e44dc134480d868e1a7dcc Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 23 Dec 2021 10:32:46 +0100 Subject: [PATCH] root: cleanup bumpversion config Signed-off-by: Jens Langhammer --- .bumpversion.cfg | 6 ------ website/docs/installation/docker-compose.md | 2 -- 2 files changed, 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2a4ac7819..1a5da56f4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -17,8 +17,6 @@ values = beta stable -[bumpversion:file:website/docs/installation/docker-compose.md] - [bumpversion:file:docker-compose.yml] [bumpversion:file:schema.yml] @@ -30,7 +28,3 @@ values = [bumpversion:file:internal/constants/constants.go] [bumpversion:file:web/src/constants.ts] - -[bumpversion:file:website/docs/outposts/manual-deploy-docker-compose.md] - -[bumpversion:file:website/docs/outposts/manual-deploy-kubernetes.md] diff --git a/website/docs/installation/docker-compose.md b/website/docs/installation/docker-compose.md index 85d96d30e..d2e9f29f0 100644 --- a/website/docs/installation/docker-compose.md +++ b/website/docs/installation/docker-compose.md @@ -14,8 +14,6 @@ This installation method is for test-setups and small-scale productive setups. Download the latest `docker-compose.yml` from [here](https://goauthentik.io/docker-compose.yml). Place it in a directory of your choice. -To optionally deploy a different version run `echo AUTHENTIK_TAG=2021.12.3 >> .env` - If this is a fresh authentik install run the following commands to generate a password: ```shell