From f7b22c3c99f1d2282e6ba690867f467448585f82 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Mon, 10 Feb 2025 10:06:22 +0100 Subject: [PATCH] feat(crds): updating hydra-maester crd version --- crds/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crds/kustomization.yaml b/crds/kustomization.yaml index 286ce20..285c69a 100644 --- a/crds/kustomization.yaml +++ b/crds/kustomization.yaml @@ -3,4 +3,4 @@ kind: Kustomization resources: - https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.31.0/crds.yaml -- https://raw.githubusercontent.com/ory/k8s/v0.30.0/helm/charts/hydra-maester/crds/crd-oauth2clients.yaml +- https://raw.githubusercontent.com/ory/k8s/v0.50.7/helm/charts/hydra-maester/crds/crd-oauth2clients.yaml