Skip to content

Commit

Permalink
docs: update references to renovate/renovate (#8582)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Feb 8, 2021
1 parent 379f39b commit 94effe8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/usage/self-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ For example, all the following are valid tags:

```sh
$ docker run --rm renovate/renovate
$ docker run --rm renovate/renovate:24.32.0
$ docker run --rm renovate/renovate:24.32
$ docker run --rm renovate/renovate:24.42.1
$ docker run --rm renovate/renovate:24.42
$ docker run --rm renovate/renovate:24
```

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:24.32.0
image: renovate/renovate:24.42.1
args:
- user/repo
# Environment Variables
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
template:
spec:
containers:
- image: renovate/renovate:24.32.0
- image: renovate/renovate:24.42.1
name: renovate-bot
env: # For illustration purposes, please use secrets.
- name: RENOVATE_PLATFORM
Expand Down Expand Up @@ -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.32.0
image: renovate/renovate:24.42.1
volumeMounts:
- name: ssh-key-volume
readOnly: true
Expand Down

0 comments on commit 94effe8

Please sign in to comment.