outposts: fix docker image not having correct tag
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
3f6174e8cc
commit
fa5f379a53
|
@ -99,7 +99,7 @@ stages:
|
||||||
- task: Docker@2
|
- task: Docker@2
|
||||||
inputs:
|
inputs:
|
||||||
containerRegistry: 'beryjuorg-harbor'
|
containerRegistry: 'beryjuorg-harbor'
|
||||||
repository: 'authentik/proxy'
|
repository: 'authentik/outpost-proxy'
|
||||||
command: 'buildAndPush'
|
command: 'buildAndPush'
|
||||||
Dockerfile: 'outpost/proxy.Dockerfile'
|
Dockerfile: 'outpost/proxy.Dockerfile'
|
||||||
buildContext: 'outpost/'
|
buildContext: 'outpost/'
|
||||||
|
|
|
@ -20,7 +20,7 @@ Add the following block to your `.env` file:
|
||||||
AUTHENTIK_IMAGE=docker.beryju.org/authentik/server
|
AUTHENTIK_IMAGE=docker.beryju.org/authentik/server
|
||||||
AUTHENTIK_IMAGE_STATIC=docker.beryju.org/authentik/static
|
AUTHENTIK_IMAGE_STATIC=docker.beryju.org/authentik/static
|
||||||
AUTHENTIK_TAG=gh-next
|
AUTHENTIK_TAG=gh-next
|
||||||
AUTHENTIK_OUTPOSTS__DOCKER_IMAGE_BASE=docker.beryju.org/authentik
|
AUTHENTIK_OUTPOSTS__DOCKER_IMAGE_BASE=docker.beryju.org/authentik/outpost
|
||||||
```
|
```
|
||||||
|
|
||||||
Afterwards, run the upgrade commands from the [release notes](../releases/next)
|
Afterwards, run the upgrade commands from the [release notes](../releases/next)
|
||||||
|
@ -32,7 +32,7 @@ Add the following block to your `values.yml` file:
|
||||||
image:
|
image:
|
||||||
name: docker.beryju.org/authentik/server
|
name: docker.beryju.org/authentik/server
|
||||||
name_static: docker.beryju.org/authentik/static
|
name_static: docker.beryju.org/authentik/static
|
||||||
name_outposts: docker.beryju.org/authentik
|
name_outposts: docker.beryju.org/authentik/outpost
|
||||||
tag: gh-next
|
tag: gh-next
|
||||||
# pullPolicy: Always to ensure you always get the latest version
|
# pullPolicy: Always to ensure you always get the latest version
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
Reference in New Issue