From 1060fdf4bed525471d0429a73e2c2bdc6bd653d7 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 14 Feb 2024 11:07:47 +0100 Subject: [PATCH] fix(hydra): update hydra-maester version to 0.0.32 --- resources/hydra/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/hydra/kustomization.yaml b/resources/hydra/kustomization.yaml index 5a96fc6..92afa75 100644 --- a/resources/hydra/kustomization.yaml +++ b/resources/hydra/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization images: - name: reg.cadoles.com/proxy_cache/oryd/hydra newTag: v2.1.2 +- name: reg.cadoles.com/proxy_cache/oryd/hydra-maester + newTag: v0.0.32 resources: - ./resources/hydra-deployment.yaml