Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/self-hosted/oel/kratos/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <replace-with-current-image-tag>
# ...
```
Expand Down
3 changes: 2 additions & 1 deletion docs/self-hosted/oel/oathkeeper/upgrade-oathkeeper.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <replace-with-current-image-tag>
# ...
```
Expand Down
3 changes: 2 additions & 1 deletion docs/self-hosted/oel/oauth2/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <replace-with-current-image-tag>
# ...
```
Expand Down
3 changes: 2 additions & 1 deletion docs/self-hosted/oel/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <replace-with-current-image-tag>
imagePullSecrets:
- name: ory-oel-gcr-secret
Expand Down
Loading