aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-12-23 09:58:37 +0000
committerGitHub <[email protected]>2024-12-23 09:58:37 +0000
commit650cecc80da0fee8ad8a16564ee7dcedfa6e889c (patch)
tree63f42b3241cd7e0c797252601f644f01f26fd6b5
parenta08cdf4c95b82491442854f0bb540d98890d1092 (diff)
downloadrenovate-gh-readonly-queue/main/pr-33250-a08cdf4c95b82491442854f0bb540d98890d1092.tar.gz
renovate-gh-readonly-queue/main/pr-33250-a08cdf4c95b82491442854f0bb540d98890d1092.zip
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v13.5.1 (#33250)39.82.2gh-readonly-queue/main/pr-33250-a08cdf4c95b82491442854f0bb540d98890d1092
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--lib/config/options/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts
index 8635b283bd3..6db4e366216 100644
--- a/lib/config/options/index.ts
+++ b/lib/config/options/index.ts
@@ -516,7 +516,7 @@ const options: RenovateOptions[] = [
description:
'Change this value to override the default Renovate sidecar image.',
type: 'string',
- default: 'ghcr.io/containerbase/sidecar:13.5.0',
+ default: 'ghcr.io/containerbase/sidecar:13.5.1',
globalOnly: true,
},
{