From 40005ea745eaa04c20ddb588801c0427b8808070 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Fri, 5 Nov 2021 12:25:13 +0100 Subject: [PATCH] temporarily use SSO feature branch --- flux2/infrastructure/sources/single-sign-on.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flux2/infrastructure/sources/single-sign-on.yaml b/flux2/infrastructure/sources/single-sign-on.yaml index bdedbdca4..d54747852 100644 --- a/flux2/infrastructure/sources/single-sign-on.yaml +++ b/flux2/infrastructure/sources/single-sign-on.yaml @@ -14,4 +14,6 @@ spec: # For all available options, see: # https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef ref: - tag: 0.2.11 + # tag: 0.2.11 + # FIXME: Temporarily use the branch with new image URLs + branch: 93-change-references-to-oas-and-openappstack-to-stackspin -- GitLab