Skip to content

Commit

Permalink
docs(self-hosting): update renovate/renovate refs (renovatebot#13339)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored Jan 3, 2022
1 parent 10088e1 commit 5d513a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/usage/examples/self-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ For example, all the following are valid tags:

```sh
docker run --rm renovate/renovate
docker run --rm renovate/renovate:25.69.4
docker run --rm renovate/renovate:25.69
docker run --rm renovate/renovate:25
docker run --rm renovate/renovate:31.14.0
docker run --rm renovate/renovate:31.14
docker run --rm renovate/renovate:31
```

Do not use the example tags listed above, as they will be out-of-date.
Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
- name: renovate
# Update this to the latest available and then enable Renovate on
# the manifest
image: renovate/renovate:25.69.4
image: renovate/renovate:31.14.0
args:
- user/repo
# Environment Variables
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:
template:
spec:
containers:
- image: renovate/renovate:25.69.4
- image: renovate/renovate:31.14.0
name: renovate-bot
env: # For illustration purposes, please use secrets.
- name: RENOVATE_PLATFORM
Expand Down Expand Up @@ -359,7 +359,7 @@ spec:
containers:
- name: renovate
# Update this to the latest available and then enable Renovate on the manifest
image: renovate/renovate:25.69.4
image: renovate/renovate:31.14.0
volumeMounts:
- name: ssh-key-volume
readOnly: true
Expand Down

0 comments on commit 5d513a9

Please sign in to comment.