Skip to content

Commit

Permalink
improved indents
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurensRietveld committed Nov 4, 2024
1 parent c60bab0 commit b71cdc5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/triplydb-technical-changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ This intent of this changelog is primarily for documenting breaking changes or c
The `.defaultImageRegistry` and `triplydbImageRegistry` fields are now removed.
If you used these fields, then you should instead reference the full image path (without the tag) for the images.

If you used `.defaultImageRegistry` with a custom registry, then set the full image tags for these keys:
If you used `.defaultImageRegistry` with a custom registry, then set the full image tags
for these keys:

- `mongodb.image`
- `redis.image`

If you used `.triplydbImageRegistry` with a custom registry, then set the full image tags for these keys:
If you used `.triplydbImageRegistry` with a custom registry, then set the full image tags
for these keys:

- `api.image`
- `console.image`
- `orchestrator.image`
Expand Down

0 comments on commit b71cdc5

Please sign in to comment.