aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-12-13 13:01:22 +0000
committerGitHub <[email protected]>2024-12-13 13:01:22 +0000
commit0092db9d543d2377b94e9cd9e1545977048276c6 (patch)
treedd6b827dcaab24309fb1ad07f7cdbef967f8520e
parentf8b436d0cf187f64d3d6a922a1863cc89b60fb9d (diff)
downloadrenovate-0092db9d543d2377b94e9cd9e1545977048276c6.tar.gz
renovate-0092db9d543d2377b94e9cd9e1545977048276c6.zip
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v13.4.1 (#33092)39.65.0
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 b74c49d23e9..664e9715284 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.4.0',
+ default: 'ghcr.io/containerbase/sidecar:13.4.1',
globalOnly: true,
},
{