From 457f4388e73a001c8db454706eedb3ddb1d651a5 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Wed, 22 Mar 2023 07:36:18 +0100
Subject: [PATCH] docs(self-hosting examples): update renovate version
 references (#21067)

---
 docs/usage/examples/self-hosting.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/usage/examples/self-hosting.md b/docs/usage/examples/self-hosting.md
index e164e8d31d..da518adb0e 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:34
-docker run --rm renovate/renovate:34.24
-docker run --rm renovate/renovate:34.24.0
+docker run --rm renovate/renovate:35
+docker run --rm renovate/renovate:35.14
+docker run --rm renovate/renovate:35.14.4
 ```
 
 <!-- prettier-ignore -->
@@ -64,7 +64,7 @@ spec:
             - name: renovate
               # Update this to the latest available and then enable Renovate on
               # the manifest
-              image: renovate/renovate:34.24.0
+              image: renovate/renovate:35.14.4
               args:
                 - user/repo
               # Environment Variables
@@ -123,7 +123,7 @@ spec:
       template:
         spec:
           containers:
-            - image: renovate/renovate:34.24.0
+            - image: renovate/renovate:35.14.4
               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:34.24.0
+              image: renovate/renovate:35.14.4
               volumeMounts:
                 - name: ssh-key-volume
                   readOnly: true
-- 
GitLab