From 4d0900ff73b33f0373def7576b5a5fef27f75020 Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Mon, 23 Dec 2019 15:28:32 +0100
Subject: [PATCH] Update Hydra and remove maester

---
 helmchart/single-sign-on/requirements.yaml | 2 +-
 helmchart/single-sign-on/values.yaml       | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/helmchart/single-sign-on/requirements.yaml b/helmchart/single-sign-on/requirements.yaml
index 392b1f7..c6c61d7 100644
--- a/helmchart/single-sign-on/requirements.yaml
+++ b/helmchart/single-sign-on/requirements.yaml
@@ -1,6 +1,6 @@
 dependencies:
   - name: hydra
-    version: 0.0.47
+    version: 0.0.48
     repository: "https://k8s.ory.sh/helm/charts"
     tags:
       - single-sign-on
diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml
index 050aad6..b94021c 100644
--- a/helmchart/single-sign-on/values.yaml
+++ b/helmchart/single-sign-on/values.yaml
@@ -54,6 +54,10 @@ userbackend:
     annotations: {}
 
 hydra:
+  maester:
+    # hydra.maester.enabled instal hydra-maester which is enabled by default
+    # oauth client management is handled via jobs right now so there is no need to it
+    enabled: false
   hydra:
     # hydra.hydra.dangerousForceHttp allows access to the hydra admin API over http. The
     # hydra admin API is only accessible by services within the same namespace unless you
-- 
GitLab