From 53bfe835f09fcbdc26a3890a3e3ac661be3b47fd Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 23 Feb 2024 17:16:34 -0500 Subject: [PATCH] fix: sync hydra deployment to ^2.0 UI was upgraded for hydra-client v2.0.2, but the chart deployment is still deploying an incompatible server version causing a deployment mismatch and failure to deploy the new peridot frontend --- hydra/deploy/common.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/deploy/common.jsonnet b/hydra/deploy/common.jsonnet index 9cce437..5f67831 100644 --- a/hydra/deploy/common.jsonnet +++ b/hydra/deploy/common.jsonnet @@ -9,7 +9,7 @@ local authn = if kubernetes.prod() then 'https://id.build.resf.org' else 'http:/ { image: 'oryd/hydra', - tag: 'v1.11.7', + tag: 'v2.0.3', legacyDb: true, env: [ {