From ecbd2a0e586f8b0cf8c20088fecf29a0c18d9b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wa=C5=82ach?= Date: Wed, 8 Apr 2026 11:50:25 +0200 Subject: [PATCH] chore: update registry config --- docs/self-hosted/oel/kratos/upgrade.mdx | 3 ++- docs/self-hosted/oel/oathkeeper/upgrade-oathkeeper.mdx | 3 ++- docs/self-hosted/oel/oauth2/upgrade.mdx | 3 ++- docs/self-hosted/oel/quickstart.mdx | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/self-hosted/oel/kratos/upgrade.mdx b/docs/self-hosted/oel/kratos/upgrade.mdx index 78d3a7368d..2db4df5e2a 100644 --- a/docs/self-hosted/oel/kratos/upgrade.mdx +++ b/docs/self-hosted/oel/kratos/upgrade.mdx @@ -49,7 +49,8 @@ OEL: ``` image: - repository: europe-docker.pkg.dev/ory-artifacts/ory-enterprise-kratos/kratos-oel + registry: europe-docker.pkg.dev + repository: ory-artifacts/ory-enterprise-kratos/kratos-oel tag: # ... ``` diff --git a/docs/self-hosted/oel/oathkeeper/upgrade-oathkeeper.mdx b/docs/self-hosted/oel/oathkeeper/upgrade-oathkeeper.mdx index f15528b83e..93af9fa3a3 100644 --- a/docs/self-hosted/oel/oathkeeper/upgrade-oathkeeper.mdx +++ b/docs/self-hosted/oel/oathkeeper/upgrade-oathkeeper.mdx @@ -39,7 +39,8 @@ Follow these steps to upgrade Ory Oathkeeper OEL when using Ory's Helm Charts: ``` image: - repository: europe-docker.pkg.dev/ory-artifacts/ory-enterprise-oathkeeper/oathkeeper-oel + registry: europe-docker.pkg.dev + repository: ory-artifacts/ory-enterprise-oathkeeper/oathkeeper-oel tag: # ... ``` diff --git a/docs/self-hosted/oel/oauth2/upgrade.mdx b/docs/self-hosted/oel/oauth2/upgrade.mdx index d8eb49818d..4c741794d7 100644 --- a/docs/self-hosted/oel/oauth2/upgrade.mdx +++ b/docs/self-hosted/oel/oauth2/upgrade.mdx @@ -55,7 +55,8 @@ hydra: ``` image: - repository: europe-docker.pkg.dev/ory-artifacts/ory-enterprise/hydra-oel + registry: europe-docker.pkg.dev + repository: ory-artifacts/ory-enterprise/hydra-oel tag: # ... ``` diff --git a/docs/self-hosted/oel/quickstart.mdx b/docs/self-hosted/oel/quickstart.mdx index fa8b1b0252..e193841620 100644 --- a/docs/self-hosted/oel/quickstart.mdx +++ b/docs/self-hosted/oel/quickstart.mdx @@ -88,7 +88,8 @@ Create a `values.yaml` file to customize the configuration: ```yaml image: - repository: europe-docker.pkg.dev/ory-artifacts/ory-enterprise/hydra-oel + registry: europe-docker.pkg.dev + repository: ory-artifacts/ory-enterprise/hydra-oel tag: imagePullSecrets: - name: ory-oel-gcr-secret