From 7103ecd4023f163b0f51b1ffe05b667c126966a8 Mon Sep 17 00:00:00 2001 From: "Xuan (Sean) Hu" Date: Mon, 19 Feb 2024 13:36:49 +0800 Subject: [PATCH] docs: Update self-hosted-configuration.md (#27405) --- docs/usage/self-hosted-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md index cbb12ae2adec27..59d14c633703ca 100644 --- a/docs/usage/self-hosted-configuration.md +++ b/docs/usage/self-hosted-configuration.md @@ -431,7 +431,7 @@ You would put this in your configuration file: } ``` -Now when Renovate pulls a new `sidecar` image, the final image is `ghcr.io/containerbase/sidecar` instead of `docker.io/containerbase/sidecar`. +Now when Renovate pulls a new `sidecar` image, the final image is `ghcr.io/your_company/sidecar` instead of `ghcr.io/containerbase/sidecar`. ## dockerUser