From 4a9fc352d3b6f7b91f479096180ff3b251a67b35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 00:28:39 +0000 Subject: [PATCH] docs: update references to renovate/renovate (#10965) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- docs/usage/docker.md | 2 +- docs/usage/self-hosting.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 142d979f50..f29f8fc95f 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -227,7 +227,7 @@ To get access to the token a custom Renovate Docker image is needed that include The Dockerfile to create such an image can look like this: ```Dockerfile -FROM renovate/renovate:25.56.5 +FROM renovate/renovate:25.58.0 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ... diff --git a/docs/usage/self-hosting.md b/docs/usage/self-hosting.md index 628f59f09f..b5515d4983 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:25.56.5 -docker run --rm renovate/renovate:25.56 +docker run --rm renovate/renovate:25.58.0 +docker run --rm renovate/renovate:25.58 docker run --rm renovate/renovate:25 ``` @@ -62,7 +62,7 @@ spec: - name: renovate # Update this to the latest available and then enable Renovate on # the manifest - image: renovate/renovate:25.56.5 + image: renovate/renovate:25.58.0 args: - user/repo # Environment Variables @@ -121,7 +121,7 @@ spec: template: spec: containers: - - image: renovate/renovate:25.56.5 + - image: renovate/renovate:25.58.0 name: renovate-bot env: # For illustration purposes, please use secrets. - name: RENOVATE_PLATFORM @@ -463,7 +463,7 @@ spec: containers: - name: renovate # Update this to the latest available and then enable Renovate on the manifest - image: renovate/renovate:25.56.5 + image: renovate/renovate:25.58.0 volumeMounts: - name: ssh-key-volume readOnly: true -- GitLab