diff --git a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml index 9a4761e..1a399eb 100644 --- a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml +++ b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: hydra-dispatcher - image: reg.cadoles.com/cadoles/hydra-dispatcher-v1:v0.0.0-159-gd91e77b + image: reg.cadoles.com/cadoles/hydra-dispatcher-v1:v0.0.0-177-gbf1868c envFrom: - configMapRef: name: hydra-dispatcher-env diff --git a/resources/hydra/kustomization.yaml b/resources/hydra/kustomization.yaml index 779cd22..3ec3ebe 100644 --- a/resources/hydra/kustomization.yaml +++ b/resources/hydra/kustomization.yaml @@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: + - https://raw.githubusercontent.com/ory/k8s/v0.28.2/helm/charts/hydra-maester/crds/crd-oauth2clients.yaml - ./resources/hydra-deployment.yaml - ./resources/hydra-service.yaml - ./resources/hydra-role.yaml