diff --git a/docs/self-hosted/oel/kratos/upgrade.mdx b/docs/self-hosted/oel/kratos/upgrade.mdx index 78d3a7368..2db4df5e2 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 f15528b83..93af9fa3a 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 d8eb49818..4c741794d 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 fa8b1b025..e19384162 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