From e9ea459689c5b62cfd5fefbdb4198fc491064a74 Mon Sep 17 00:00:00 2001 From: Tower Deploy Date: Mon, 27 Apr 2026 12:55:06 +0300 Subject: [PATCH] Bump tower to 0.20.2 (pip build stage = odoo image base + --user; only ships truly-missing python deps) --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index ad7a5cc..c66d2f7 100644 --- a/values.yaml +++ b/values.yaml @@ -4,7 +4,7 @@ backend: enabled: true image: repository: docker.io/odoosky/tower - tag: "0.20.1" + tag: "0.20.2" pullPolicy: IfNotPresent # IfNotPresent because the image is in # containerd's k8s.io namespace already # (lab1 single-server). Replace with