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

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

parent ec509ab0
No related branches found
No related tags found
No related merge requests found
...@@ -478,7 +478,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the ...@@ -478,7 +478,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the
For example: For example:
```Dockerfile ```Dockerfile
FROM renovate/renovate:38.72.1 FROM renovate/renovate:38.80.0
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
# under "Installation" for "Debian/Ubuntu" # under "Installation" for "Debian/Ubuntu"
RUN ... RUN ...
......
...@@ -25,8 +25,8 @@ It builds `latest` based on the `main` branch and all SemVer tags are published ...@@ -25,8 +25,8 @@ It builds `latest` based on the `main` branch and all SemVer tags are published
```sh title="Example of valid tags" ```sh title="Example of valid tags"
docker run --rm renovate/renovate docker run --rm renovate/renovate
docker run --rm renovate/renovate:38 docker run --rm renovate/renovate:38
docker run --rm renovate/renovate:38.72 docker run --rm renovate/renovate:38.80
docker run --rm renovate/renovate:38.72.1 docker run --rm renovate/renovate:38.80.0
``` ```
<!-- prettier-ignore --> <!-- prettier-ignore -->
...@@ -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:38.72.1 image: renovate/renovate:38.80.0
args: args:
- user/repo - user/repo
# Environment Variables # Environment Variables
...@@ -121,7 +121,7 @@ spec: ...@@ -121,7 +121,7 @@ spec:
template: template:
spec: spec:
containers: containers:
- image: renovate/renovate:38.72.1 - image: renovate/renovate:38.80.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
...@@ -367,7 +367,7 @@ spec: ...@@ -367,7 +367,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:38.72.1 image: renovate/renovate:38.80.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