mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-22 02:38:30 +00:00
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
This commit is contained in:
parent
7a95bf17ec
commit
53bfe835f0
@ -9,7 +9,7 @@ local authn = if kubernetes.prod() then 'https://id.build.resf.org' else 'http:/
|
|||||||
|
|
||||||
{
|
{
|
||||||
image: 'oryd/hydra',
|
image: 'oryd/hydra',
|
||||||
tag: 'v1.11.7',
|
tag: 'v2.0.3',
|
||||||
legacyDb: true,
|
legacyDb: true,
|
||||||
env: [
|
env: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user