ci: fix PR comment k8s snippet (#10433)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-07-10 14:18:00 +02:00
committed by GitHub
parent 4d3ec68494
commit 2a5a76e369

View File

@ -54,9 +54,10 @@ runs:
authentik: authentik:
outposts: outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image: global:
repository: ghcr.io/goauthentik/dev-server image:
tag: ${{ inputs.tag }} repository: ghcr.io/goauthentik/dev-server
tag: ${{ inputs.tag }}
``` ```
For arm64, use these values: For arm64, use these values:
@ -65,9 +66,10 @@ runs:
authentik: authentik:
outposts: outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image: global:
repository: ghcr.io/goauthentik/dev-server image:
tag: ${{ inputs.tag }}-arm64 repository: ghcr.io/goauthentik/dev-server
tag: ${{ inputs.tag }}-arm64
``` ```
Afterwards, run the upgrade commands from the latest release notes. Afterwards, run the upgrade commands from the latest release notes.