Skip to content
Snippets Groups Projects
Unverified Commit 75c99b63 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

docs: update references to renovate/renovate (#31012)

parent 00a20a8f
No related branches found
No related tags found
No related merge requests found
......@@ -446,7 +446,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:38.39.6
FROM renovate/renovate:38.52.3
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
# under "Installation" for "Debian/Ubuntu"
RUN ...
......
......@@ -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:38
docker run --rm renovate/renovate:38.39
docker run --rm renovate/renovate:38.39.6
docker run --rm renovate/renovate:38.52
docker run --rm renovate/renovate:38.52.3
```
<!-- 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:38.39.6
image: renovate/renovate:38.52.3
args:
- user/repo
# Environment Variables
......@@ -121,7 +121,7 @@ spec:
template:
spec:
containers:
- image: renovate/renovate:38.39.6
- image: renovate/renovate:38.52.3
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:38.39.6
image: renovate/renovate:38.52.3
volumeMounts:
- name: ssh-key-volume
readOnly: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment