Skip to content
Snippets Groups Projects
Unverified Commit 9dc7f84e authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

docs: update references to renovate/renovate (#8757)


Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>
parent 9eb7f26d
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,8 @@ For example, all the following are valid tags: ...@@ -25,8 +25,8 @@ For example, all the following are valid tags:
```sh ```sh
$ docker run --rm renovate/renovate $ docker run --rm renovate/renovate
$ docker run --rm renovate/renovate:24.42.1 $ docker run --rm renovate/renovate:24.53.0
$ docker run --rm renovate/renovate:24.42 $ docker run --rm renovate/renovate:24.53
$ docker run --rm renovate/renovate:24 $ docker run --rm renovate/renovate:24
``` ```
...@@ -62,7 +62,7 @@ spec: ...@@ -62,7 +62,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.42.1 image: renovate/renovate:24.53.0
args: args:
- user/repo - user/repo
# Environment Variables # Environment Variables
...@@ -118,7 +118,7 @@ spec: ...@@ -118,7 +118,7 @@ spec:
template: template:
spec: spec:
containers: containers:
- image: renovate/renovate:24.42.1 - image: renovate/renovate:24.53.0
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
...@@ -403,7 +403,7 @@ spec: ...@@ -403,7 +403,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.42.1 image: renovate/renovate:24.53.0
volumeMounts: volumeMounts:
- name: ssh-key-volume - name: ssh-key-volume
readOnly: true readOnly: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment