mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
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:
4
.github/scripts/renovate_bump.sh
vendored
4
.github/scripts/renovate_bump.sh
vendored
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
images:
|
||||
image:
|
||||
repository: odoo
|
||||
tag: "18.0-20250218"
|
||||
tag: "18.0-20251021"
|
||||
postgres_15_image:
|
||||
repository: postgres
|
||||
tag: "15.14"
|
||||
|
||||
Reference in New Issue
Block a user