Skip to content

Commit

Permalink
docs(self-hosting examples): bump Renovate version (#18908)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Nov 14, 2022
1 parent 9075783 commit 68a329f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/usage/examples/self-hosting.md
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

0 comments on commit 68a329f

Please sign in to comment.