docs: update references to renovate/renovate to v24.10.3 (#8145)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-12-28 14:18:15 +01:00 committed by GitHub
parent 39b8ddac13
commit 628b26f63c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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