chore(deps): update odoo docker tag to v18.0-20251021 (#3509)

* chore(deps): update odoo docker tag to v18.0-20251021

* fix

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <s.kois@outlook.com>
This commit is contained in:
truenasbot
2025-10-30 12:45:13 -04:00
committed by GitHub
parent 47afa769ed
commit 8dd05989f3
3 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,9 @@ fi
# We keep a distinct log for each base branch
# This makes sure an app that is on multiple branches gets updated on each branch
log_path="/tmp/renovate-${base_branch}.log"
# Sanitize base_branch to remove characters that are invalid in filenames
sanitized_branch="${base_branch//\//-}"
log_path="/tmp/renovate-${sanitized_branch}.log"
if [ ! -f "$log_path" ]; then
touch "$log_path"

View File

@@ -1,6 +1,6 @@
annotations:
min_scale_version: 24.10.2.2
app_version: 18.0-20250218
app_version: 18.0-20251021
capabilities: []
categories:
- productivity
@@ -39,4 +39,4 @@ sources:
- https://github.com/odoo/odoo
title: Odoo
train: community
version: 1.3.15
version: 1.3.16

View File

@@ -1,7 +1,7 @@
images:
image:
repository: odoo
tag: "18.0-20250218"
tag: "18.0-20251021"
postgres_15_image:
repository: postgres
tag: "15.14"