Skip to content

website/docs: installation: kubernetes: fix values (cherry-pick #8783)#8792

Merged
BeryJu merged 1 commit intoversion-2024.2from
cherry-pick-ec6d04-version-2024.2
Mar 4, 2024
Merged

website/docs: installation: kubernetes: fix values (cherry-pick #8783)#8792
BeryJu merged 1 commit intoversion-2024.2from
cherry-pick-ec6d04-version-2024.2

Conversation

@gcp-cherry-pick-bot
Copy link
Contributor

Cherry-picked website/docs: installation: kubernetes: fix values (#8783)

@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested a review from a team as a code owner March 4, 2024 11:28
@netlify
Copy link

netlify bot commented Mar 4, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 083be1f
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/65e5b07112c8110009ffa101
😎 Deploy Preview https://deploy-preview-8792--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2024

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-083be1f24456d9806c4117ab26d3a085ab7ce1d9
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-083be1f24456d9806c4117ab26d3a085ab7ce1d9-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-083be1f24456d9806c4117ab26d3a085ab7ce1d9

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-083be1f24456d9806c4117ab26d3a085ab7ce1d9-arm64

Afterwards, run the upgrade commands from the latest release notes.

@BeryJu BeryJu merged commit 9b84bf7 into version-2024.2 Mar 4, 2024
@BeryJu BeryJu deleted the cherry-pick-ec6d04-version-2024.2 branch March 4, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants