Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(self-hosting examples): bump Renovate version #18908

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/usage/examples/self-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ For example, all the following are valid tags:

```sh
docker run --rm renovate/renovate
docker run --rm renovate/renovate:32
docker run --rm renovate/renovate:32.64
docker run --rm renovate/renovate:32.64.4
docker run --rm renovate/renovate:34
docker run --rm renovate/renovate:34.24
docker run --rm renovate/renovate:34.24.0
```

<!-- prettier-ignore -->
Expand Down Expand Up @@ -64,7 +64,7 @@ spec:
- name: renovate
# Update this to the latest available and then enable Renovate on
# the manifest
image: renovate/renovate:31.14.0
image: renovate/renovate:34.24.0
args:
- user/repo
# Environment Variables
Expand Down Expand Up @@ -123,7 +123,7 @@ spec:
template:
spec:
containers:
- image: renovate/renovate:31.14.0
- image: renovate/renovate:34.24.0
name: renovate-bot
env: # For illustration purposes, please use secrets.
- name: RENOVATE_PLATFORM
Expand Down Expand Up @@ -368,7 +368,7 @@ spec:
containers:
- name: renovate
# Update this to the latest available and then enable Renovate on the manifest
image: renovate/renovate:31.14.0
image: renovate/renovate:34.24.0
volumeMounts:
- name: ssh-key-volume
readOnly: true
Expand Down