diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-12-23 00:59:45 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-23 00:59:45 +0000 |
commit | b29ba4b97d8f35ccf3c9a09b4f9fad51173b6183 (patch) | |
tree | b1fd36fed0580ed8141d8296ffd579f326809e47 | |
parent | d78d44eb7c99cfa89f273a995970d6837439eb3d (diff) | |
download | renovate-b29ba4b97d8f35ccf3c9a09b4f9fad51173b6183.tar.gz renovate-b29ba4b97d8f35ccf3c9a09b4f9fad51173b6183.zip |
docs: update references to renovate/renovate (#33243)gh-readonly-queue/main/pr-33243-d78d44eb7c99cfa89f273a995970d6837439eb3d
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | docs/usage/docker.md | 2 | ||||
-rw-r--r-- | docs/usage/examples/self-hosting.md | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 7e57142b22d..901775dbeea 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -478,7 +478,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the For example: ```Dockerfile -FROM renovate/renovate:39.69.2 +FROM renovate/renovate:39.82.1 # 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/examples/self-hosting.md b/docs/usage/examples/self-hosting.md index d493d4ef5ab..a78c38938e0 100644 --- a/docs/usage/examples/self-hosting.md +++ b/docs/usage/examples/self-hosting.md @@ -25,8 +25,8 @@ It builds `latest` based on the `main` branch and all SemVer tags are published ```sh title="Example of valid tags" docker run --rm renovate/renovate docker run --rm renovate/renovate:39 -docker run --rm renovate/renovate:39.69 -docker run --rm renovate/renovate:39.69.2 +docker run --rm renovate/renovate:39.82 +docker run --rm renovate/renovate:39.82.1 ``` <!-- prettier-ignore --> @@ -62,7 +62,7 @@ spec: - name: renovate # Update this to the latest available and then enable Renovate on # the manifest - image: renovate/renovate:39.69.2 + image: renovate/renovate:39.82.1 args: - user/repo # Environment Variables @@ -121,7 +121,7 @@ spec: template: spec: containers: - - image: renovate/renovate:39.69.2 + - image: renovate/renovate:39.82.1 name: renovate-bot env: # For illustration purposes, please use secrets. - name: RENOVATE_PLATFORM @@ -367,7 +367,7 @@ spec: containers: - name: renovate # Update this to the latest available and then enable Renovate on the manifest - image: renovate/renovate:39.69.2 + image: renovate/renovate:39.82.1 volumeMounts: - name: ssh-key-volume readOnly: true |