*: revert to using GHCR directly
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -17,9 +17,9 @@ If you want to only make changes on the UI, you don't need a backend running fro
|
||||
3. Add the following entry to your `.env` file:
|
||||
|
||||
```
|
||||
AUTHENTIK_IMAGE=goauthentik.io/dev-server
|
||||
AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
|
||||
AUTHENTIK_TAG=gh-next
|
||||
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=goauthentik.io/dev-%(type)s:gh-next
|
||||
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-next
|
||||
AUTHENTIK_LOG_LEVEL=debug
|
||||
```
|
||||
|
||||
|
@ -17,9 +17,9 @@ import TabItem from '@theme/TabItem';
|
||||
Add the following block to your `.env` file:
|
||||
|
||||
```shell
|
||||
AUTHENTIK_IMAGE=goauthentik.io/dev-server
|
||||
AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
|
||||
AUTHENTIK_TAG=gh-next
|
||||
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=goauthentik.io/dev-%(type)s:gh-next
|
||||
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-next
|
||||
```
|
||||
|
||||
Afterwards, run the upgrade commands from the latest releasae notes.
|
||||
@ -30,9 +30,9 @@ Add the following block to your `values.yml` file:
|
||||
```yaml
|
||||
authentik:
|
||||
outposts:
|
||||
container_image_base: goauthentik.io/dev-%(type)s:gh-%(build_hash)s
|
||||
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
|
||||
image:
|
||||
repository: goauthentik.io/dev-server
|
||||
repository: ghcr.io/goauthentik/dev-server
|
||||
tag: gh-next
|
||||
# pullPolicy: Always to ensure you always get the latest version
|
||||
pullPolicy: Always
|
||||
|
@ -136,7 +136,7 @@ Disable the inbuilt update-checker. Defaults to `false`.
|
||||
- `%(version)s`: Current version; 2021.4.1
|
||||
- `%(build_hash)s`: Build hash if you're running a beta version
|
||||
|
||||
Placeholder for outpost docker images. Default: `goauthentik.io/%(type)s:%(version)s`.
|
||||
Placeholder for outpost docker images. Default: `ghcr.io/goauthentik/%(type)s:%(version)s`.
|
||||
|
||||
### AUTHENTIK_AVATARS
|
||||
|
||||
|
@ -233,6 +233,6 @@ Update your values to use the new images:
|
||||
|
||||
```yaml
|
||||
image:
|
||||
repository: goauthentik.io/server
|
||||
repository: ghcr.io/goauthentik/server
|
||||
tag: 2021.10.1
|
||||
```
|
||||
|
@ -191,6 +191,6 @@ Update your values to use the new images:
|
||||
|
||||
```yaml
|
||||
image:
|
||||
repository: goauthentik.io/server
|
||||
repository: ghcr.io/goauthentik/server
|
||||
tag: 2021.12.1-rc1
|
||||
```
|
||||
|
@ -151,6 +151,6 @@ Update your values to use the new images:
|
||||
|
||||
```yaml
|
||||
image:
|
||||
repository: goauthentik.io/server
|
||||
repository: ghcr.io/goauthentik/server
|
||||
tag: 2021.8.5
|
||||
```
|
||||
|
@ -206,6 +206,6 @@ Update your values to use the new images:
|
||||
|
||||
```yaml
|
||||
image:
|
||||
repository: goauthentik.io/server
|
||||
repository: ghcr.io/goauthentik/server
|
||||
tag: 2021.9.1
|
||||
```
|
||||
|
Reference in New Issue
Block a user