diff --git a/docs/usage/examples/self-hosting.md b/docs/usage/examples/self-hosting.md index e5826fe0fdd8d7..32967263d03968 100644 --- a/docs/usage/examples/self-hosting.md +++ b/docs/usage/examples/self-hosting.md @@ -25,9 +25,9 @@ For example, all the following are valid tags: ```sh docker run --rm renovate/renovate -docker run --rm renovate/renovate:25.69.4 -docker run --rm renovate/renovate:25.69 -docker run --rm renovate/renovate:25 +docker run --rm renovate/renovate:31.14.0 +docker run --rm renovate/renovate:31.14 +docker run --rm renovate/renovate:31 ``` Do not use the example tags listed above, as they will be out-of-date. @@ -62,7 +62,7 @@ spec: - name: renovate # Update this to the latest available and then enable Renovate on # the manifest - image: renovate/renovate:25.69.4 + image: renovate/renovate:31.14.0 args: - user/repo # Environment Variables @@ -121,7 +121,7 @@ spec: template: spec: containers: - - image: renovate/renovate:25.69.4 + - image: renovate/renovate:31.14.0 name: renovate-bot env: # For illustration purposes, please use secrets. - name: RENOVATE_PLATFORM @@ -359,7 +359,7 @@ spec: containers: - name: renovate # Update this to the latest available and then enable Renovate on the manifest - image: renovate/renovate:25.69.4 + image: renovate/renovate:31.14.0 volumeMounts: - name: ssh-key-volume readOnly: true