From aa8821f684dbc3a05b12b2daf813509b4c5fbb79 Mon Sep 17 00:00:00 2001 From: Tower Deploy Date: Mon, 27 Apr 2026 12:31:05 +0300 Subject: [PATCH] Bump tower to 0.20.0 (addon Python deps baked into addon images via multi-stage build) --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 56fd363..658892d 100644 --- a/values.yaml +++ b/values.yaml @@ -4,7 +4,7 @@ backend: enabled: true image: repository: docker.io/odoosky/tower - tag: "0.19.3" + tag: "0.20.0" pullPolicy: IfNotPresent # IfNotPresent because the image is in # containerd's k8s.io namespace already # (lab1 single-server). Replace with