diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-12-13 13:01:22 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-13 13:01:22 +0000 |
commit | 0092db9d543d2377b94e9cd9e1545977048276c6 (patch) | |
tree | dd6b827dcaab24309fb1ad07f7cdbef967f8520e | |
parent | f8b436d0cf187f64d3d6a922a1863cc89b60fb9d (diff) | |
download | renovate-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.ts | 2 |
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, }, { |