Merge branch 'master' into next

This commit is contained in:
Jens Langhammer 2021-04-10 21:09:49 +02:00
commit c9cc1629d6
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ AUTHENTIK_TAG=gh-next
AUTHENTIK_OUTPOSTS__DOCKER_IMAGE_BASE=docker.beryju.org/authentik/outpost 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 latest releasae notes.
</TabItem> </TabItem>
<TabItem value="kubernetes"> <TabItem value="kubernetes">
Add the following block to your `values.yml` file: Add the following block to your `values.yml` file:
@ -38,6 +38,6 @@ image:
pullPolicy: Always pullPolicy: Always
``` ```
Afterwards, run the upgrade commands from the [release notes](../releases/next) Afterwards, run the upgrade commands from the latest releasae notes.
</TabItem> </TabItem>
</Tabs> </Tabs>