diff --git a/docs/usage/self-hosting.md b/docs/usage/self-hosting.md index 3f2135716c7209b702f44ab3528dadde6c03fa75..6be74f882bede19c94bd8f8cc69ab069cfe1f56b 100644 --- a/docs/usage/self-hosting.md +++ b/docs/usage/self-hosting.md @@ -24,9 +24,9 @@ All the following are valid: ```sh $ docker run --rm renovate/renovate -$ docker run --rm renovate/renovate:19.181.2 -$ docker run --rm renovate/renovate:19.181 -$ docker run --rm renovate/renovate:19 +$ docker run --rm renovate/renovate:24.10.1 +$ docker run --rm renovate/renovate:24.10 +$ docker run --rm renovate/renovate:24 ``` (Please look up what the latest actual tags are though, do not use the above literally). @@ -60,7 +60,7 @@ spec: - name: renovate # Update this to the latest available and then enable Renovate on # the manifest - image: renovate/renovate:23.19.2 + image: renovate/renovate:24.10.1 args: - user/repo # Environment Variables @@ -117,7 +117,7 @@ spec: template: spec: containers: - - image: renovate/renovate:23.22.1 + - image: renovate/renovate:24.10.1 name: renovate-bot env: # For illustration purposes, please use secrets. - name: RENOVATE_PLATFORM @@ -398,7 +398,7 @@ spec: containers: - name: renovate # Update this to the latest available and then enable Renovate on the manifest - image: renovate/renovate:23.19.2 + image: renovate/renovate:24.10.1 volumeMounts: - name: ssh-key-volume readOnly: true