diff --git a/docs/usage/examples/self-hosting.md b/docs/usage/examples/self-hosting.md index a6d36f82d4777c..e164e8d31d69f0 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: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 ``` @@ -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 @@ -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 @@ -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