From e95b9da586dfe4186fe4371f081b609766e4a3cd Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 9 Jun 2021 11:07:02 +0200 Subject: [PATCH 1/2] website/docs: fix beta instructions for k8s Signed-off-by: Jens Langhammer --- website/docs/installation/beta.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/installation/beta.mdx b/website/docs/installation/beta.mdx index ec64ba8e0..8f6f63b4a 100644 --- a/website/docs/installation/beta.mdx +++ b/website/docs/installation/beta.mdx @@ -28,9 +28,11 @@ Afterwards, run the upgrade commands from the latest releasae notes. Add the following block to your `values.yml` file: ```yaml +authentik: + outposts: + docker_image_base: beryju.org/authentik/outpost-%(type)s:gh-%(build_hash)s image: name: beryju.org/authentik/server - name_outposts: beryju.org/authentik/outpost-%(type)s:gh-next tag: gh-next # pullPolicy: Always to ensure you always get the latest version pullPolicy: Always From 6291834573dcf0a69b835525f832f4584450feed Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 9 Jun 2021 11:22:28 +0200 Subject: [PATCH 2/2] outpost: fix missing outpost images Signed-off-by: Jens Langhammer --- outpost/azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index 7267e1acd..ce79cec3b 100644 --- a/outpost/azure-pipelines.yml +++ b/outpost/azure-pipelines.yml @@ -78,6 +78,7 @@ stages: tags: | gh-$(branchName) gh-$(branchName)-$(timestamp) + gh-$(Build.SourceVersion) arguments: '--build-arg GIT_BUILD_HASH=$(Build.SourceVersion)' - task: Docker@2 inputs: @@ -87,6 +88,7 @@ stages: tags: | gh-$(branchName) gh-$(branchName)-$(timestamp) + gh-$(Build.SourceVersion) - job: ldap_build_docker pool: vmImage: 'ubuntu-latest' @@ -109,6 +111,7 @@ stages: tags: | gh-$(branchName) gh-$(branchName)-$(timestamp) + gh-$(Build.SourceVersion) arguments: '--build-arg GIT_BUILD_HASH=$(Build.SourceVersion)' - task: Docker@2 inputs: @@ -118,3 +121,4 @@ stages: tags: | gh-$(branchName) gh-$(branchName)-$(timestamp) + gh-$(Build.SourceVersion)