diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-12-23 09:54:43 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-23 09:54:43 +0000 |
commit | 0801f2287ddef79e75c70b34581c3895bd000d12 (patch) | |
tree | 63f42b3241cd7e0c797252601f644f01f26fd6b5 | |
parent | a08cdf4c95b82491442854f0bb540d98890d1092 (diff) | |
download | renovate-0801f2287ddef79e75c70b34581c3895bd000d12.tar.gz renovate-0801f2287ddef79e75c70b34581c3895bd000d12.zip |
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v13.5.1renovate/ghcr.io-containerbase-sidecar-13.x
| datasource | package | from | to |
| ---------- | ----------------------------- | ------ | ------ |
| docker | ghcr.io/containerbase/sidecar | 13.5.0 | 13.5.1 |
-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 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, }, { |