release: 2021.4.2

This commit is contained in:
Jens Langhammer
2021-04-17 15:26:59 +02:00
parent b5b8573d87
commit 60615c9f3e
14 changed files with 28 additions and 28 deletions

View File

@ -16,7 +16,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=2021.4.1 >> .env`
To optionally deploy a different version run `echo AUTHENTIK_TAG=2021.4.2 >> .env`
If this is a fresh authentik install run the following commands to generate a password:

View File

@ -24,7 +24,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: 2021.4.1
tag: 2021.4.2
serverReplicas: 1
workerReplicas: 1