website/docs: expand beta beta / install docs (#6443)

* website/docs: expand beta beta / install docs

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* Apply suggestions from code review

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Jens L. <jens@beryju.org>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens L. <jens@beryju.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
This commit is contained in:
Jens L
2023-08-01 18:02:31 +02:00
committed by GitHub
parent 887c21ac6d
commit 30d32022e5
5 changed files with 46 additions and 43 deletions

View File

@ -36,12 +36,11 @@ The `-O` flag retains the downloaded file's name, overwriting any existing local
### Kubernetes
Update your values to use the new images:
Upgrade the Helm Chart to the new version using the following commands:
```yaml
image:
repository: ghcr.io/goauthentik/server
tag: 2023.6.0
```shell
helm repo update
helm upgrade authentik authentik/authentik -f values.yaml --version ^2023.6
```
## Minor changes/fixes

View File

@ -24,12 +24,11 @@ The `-O` flag retains the downloaded file's name, overwriting any existing local
### Kubernetes
Update your values to use the new images:
Upgrade the Helm Chart to the new version, using the following commands:
```yaml
image:
repository: ghcr.io/goauthentik/server
tag: xxxx.x.0
```shell
helm repo update
helm upgrade authentik authentik/authentik -f values.yaml --version ^xxxx.x
```
## Minor changes/fixes