From 6f0ae0c3838367c5bc379e902979c6480b9b3996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 07:13:11 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/sidecar docker tag to v13.0.18 (#32578) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/config/options/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index c1734290ff..4f7e423de5 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -515,7 +515,7 @@ const options: RenovateOptions[] = [ description: 'Change this value to override the default Renovate sidecar image.', type: 'string', - default: 'ghcr.io/containerbase/sidecar:13.0.16', + default: 'ghcr.io/containerbase/sidecar:13.0.18', globalOnly: true, }, { -- GitLab