mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
docs: update references to renovate/renovate to v24.10.3 (#8145)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
39b8ddac13
commit
628b26f63c
1 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ All the following are valid:
|
|||
|
||||
```sh
|
||||
$ docker run --rm renovate/renovate
|
||||
$ docker run --rm renovate/renovate:24.10.1
|
||||
$ docker run --rm renovate/renovate:24.10.3
|
||||
$ docker run --rm renovate/renovate:24.10
|
||||
$ docker run --rm renovate/renovate:24
|
||||
```
|
||||
|
@ -60,7 +60,7 @@ spec:
|
|||
- name: renovate
|
||||
# Update this to the latest available and then enable Renovate on
|
||||
# the manifest
|
||||
image: renovate/renovate:24.10.1
|
||||
image: renovate/renovate:24.10.3
|
||||
args:
|
||||
- user/repo
|
||||
# Environment Variables
|
||||
|
@ -117,7 +117,7 @@ spec:
|
|||
template:
|
||||
spec:
|
||||
containers:
|
||||
- image: renovate/renovate:24.10.1
|
||||
- image: renovate/renovate:24.10.3
|
||||
name: renovate-bot
|
||||
env: # For illustration purposes, please use secrets.
|
||||
- name: RENOVATE_PLATFORM
|
||||
|
@ -398,7 +398,7 @@ spec:
|
|||
containers:
|
||||
- name: renovate
|
||||
# Update this to the latest available and then enable Renovate on the manifest
|
||||
image: renovate/renovate:24.10.1
|
||||
image: renovate/renovate:24.10.3
|
||||
volumeMounts:
|
||||
- name: ssh-key-volume
|
||||
readOnly: true
|
||||
|
|
Loading…
Reference in a new issue