From 5505ed2ea70f2e48fea6c409425f48b26e03b30c Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Fri, 12 Nov 2021 11:23:58 +0100
Subject: [PATCH] user hydra sqlite image

---
 .../base/single-sign-on/single-sign-on-values-configmap.yaml  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml b/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml
index 3238f62f6..fe6100393 100644
--- a/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml
+++ b/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml
@@ -40,6 +40,10 @@ data:
         backup.velero.io/backup-volumes: "database"
 
     hydra:
+      image:
+        # FIXME: It would be a lot better if we could automatically append
+        # -sqlite to whatever tag the parent chart uses
+        tag: v1.10.5-sqlite
       hydra:
         config:
           urls:
-- 
GitLab