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
|
```sh
|
||||||
$ docker run --rm renovate/renovate
|
$ 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.10
|
||||||
$ docker run --rm renovate/renovate:24
|
$ docker run --rm renovate/renovate:24
|
||||||
```
|
```
|
||||||
|
@ -60,7 +60,7 @@ spec:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
# Update this to the latest available and then enable Renovate on
|
# Update this to the latest available and then enable Renovate on
|
||||||
# the manifest
|
# the manifest
|
||||||
image: renovate/renovate:24.10.1
|
image: renovate/renovate:24.10.3
|
||||||
args:
|
args:
|
||||||
- user/repo
|
- user/repo
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
|
@ -117,7 +117,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: renovate/renovate:24.10.1
|
- image: renovate/renovate:24.10.3
|
||||||
name: renovate-bot
|
name: renovate-bot
|
||||||
env: # For illustration purposes, please use secrets.
|
env: # For illustration purposes, please use secrets.
|
||||||
- name: RENOVATE_PLATFORM
|
- name: RENOVATE_PLATFORM
|
||||||
|
@ -398,7 +398,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
# Update this to the latest available and then enable Renovate on the manifest
|
# 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:
|
volumeMounts:
|
||||||
- name: ssh-key-volume
|
- name: ssh-key-volume
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
Loading…
Reference in a new issue