From e0a00ae70e002bb86b1e72975f0bd1f00ad27805 Mon Sep 17 00:00:00 2001 From: Tower Deploy Date: Mon, 27 Apr 2026 12:42:27 +0300 Subject: [PATCH] Bump tower to 0.20.1 (pip build stage matches Odoo image's Debian release; fixes GLIBC mismatch on cryptography wheel) --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 658892d..ad7a5cc 100644 --- a/values.yaml +++ b/values.yaml @@ -4,7 +4,7 @@ backend: enabled: true image: repository: docker.io/odoosky/tower - tag: "0.20.0" + tag: "0.20.1" pullPolicy: IfNotPresent # IfNotPresent because the image is in # containerd's k8s.io namespace already # (lab1 single-server). Replace with