release: 0.14.0-rc1

This commit is contained in:
Jens Langhammer
2020-12-27 22:39:05 +01:00
parent 22ce142cb8
commit 8a22c86aaa
11 changed files with 19 additions and 19 deletions

View File

@ -15,7 +15,7 @@ Download the latest `docker-compose.yml` from [here](https://raw.githubuserconte
To optionally enable error-reporting, run `echo AUTHENTIK_ERROR_REPORTING__ENABLED=true >> .env`
To optionally deploy a different version run `echo AUTHENTIK_TAG=0.13.5-stable >> .env`
To optionally deploy a different version run `echo AUTHENTIK_TAG=0.14.0-rc1 >> .env`
If this is a fresh authentik install run the following commands to generate a password:

View File

@ -22,7 +22,7 @@ image:
name: beryju/authentik
name_static: beryju/authentik-static
name_outposts: beryju/authentik # Prefix used for Outpost deployments, Outpost type and version is appended
tag: 0.13.5-stable
tag: 0.14.0-rc1
serverReplicas: 1
workerReplicas: 1