Skip to content

Commit

Permalink
docs: update references to renovate/renovate
Browse files Browse the repository at this point in the history
| datasource | package           | from     | to       |
| ---------- | ----------------- | -------- | -------- |
| docker     | renovate/renovate | 38.110.2 | 38.120.1 |
| docker     | renovate/renovate | 38.110   | 38.120   |
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent effa2fd commit a4b7e55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/usage/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the
For example:

```Dockerfile
FROM renovate/renovate:38.110.2
FROM renovate/renovate:38.120.1
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
# under "Installation" for "Debian/Ubuntu"
RUN ...
Expand Down
10 changes: 5 additions & 5 deletions docs/usage/examples/self-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ It builds `latest` based on the `main` branch and all SemVer tags are published
```sh title="Example of valid tags"
docker run --rm renovate/renovate
docker run --rm renovate/renovate:38
docker run --rm renovate/renovate:38.110
docker run --rm renovate/renovate:38.110.2
docker run --rm renovate/renovate:38.120
docker run --rm renovate/renovate:38.120.1
```

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

0 comments on commit a4b7e55

Please sign in to comment.