Skip to content

Commit

Permalink
chore(deps): update renovate/renovate docker tag (#8114)
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 Dec 22, 2020
1 parent 65bacb0 commit c8cc257
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/usage/self-hosting.md
Expand Up @@ -24,9 +24,9 @@ All the following are valid:

```sh
$ docker run --rm renovate/renovate
$ docker run --rm renovate/renovate:19.181.2
$ docker run --rm renovate/renovate:19.181
$ docker run --rm renovate/renovate:19
$ docker run --rm renovate/renovate:24.10.1
$ docker run --rm renovate/renovate:24.10
$ docker run --rm renovate/renovate:24
```

(Please look up what the latest actual tags are though, do not use the above literally).
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
- name: renovate
# Update this to the latest available and then enable Renovate on
# the manifest
image: renovate/renovate:23.19.2
image: renovate/renovate:24.10.1
args:
- user/repo
# Environment Variables
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
template:
spec:
containers:
- image: renovate/renovate:23.22.1
- image: renovate/renovate:24.10.1
name: renovate-bot
env: # For illustration purposes, please use secrets.
- name: RENOVATE_PLATFORM
Expand Down Expand Up @@ -398,7 +398,7 @@ spec:
containers:
- name: renovate
# Update this to the latest available and then enable Renovate on the manifest
image: renovate/renovate:23.19.2
image: renovate/renovate:24.10.1
volumeMounts:
- name: ssh-key-volume
readOnly: true
Expand Down

0 comments on commit c8cc257

Please sign in to comment.