From 06254bab8b5eae8dfba5ff63d7d4a08ed04c77fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 08:58:57 +0100 Subject: [PATCH] docs: update references to renovate/renovate (#8404) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- docs/usage/self-hosting.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/usage/self-hosting.md b/docs/usage/self-hosting.md index 76218dd17c..d4481c2b4a 100644 --- a/docs/usage/self-hosting.md +++ b/docs/usage/self-hosting.md @@ -25,8 +25,8 @@ For example, all the following are valid tags: ```sh $ docker run --rm renovate/renovate -$ docker run --rm renovate/renovate:24.14.0 -$ docker run --rm renovate/renovate:24.14 +$ docker run --rm renovate/renovate:24.28.3 +$ docker run --rm renovate/renovate:24.28 $ docker run --rm renovate/renovate:24 ``` @@ -62,7 +62,7 @@ spec: - name: renovate # Update this to the latest available and then enable Renovate on # the manifest - image: renovate/renovate:24.14.0 + image: renovate/renovate:24.28.3 args: - user/repo # Environment Variables @@ -118,7 +118,7 @@ spec: template: spec: containers: - - image: renovate/renovate:24.14.0 + - image: renovate/renovate:24.28.3 name: renovate-bot env: # For illustration purposes, please use secrets. - name: RENOVATE_PLATFORM @@ -403,7 +403,7 @@ spec: containers: - name: renovate # Update this to the latest available and then enable Renovate on the manifest - image: renovate/renovate:24.14.0 + image: renovate/renovate:24.28.3 volumeMounts: - name: ssh-key-volume readOnly: true -- GitLab