From 6b91093932292849b76032fa059dee0308a1b204 Mon Sep 17 00:00:00 2001 From: Tower Deploy Date: Mon, 27 Apr 2026 13:19:58 +0300 Subject: [PATCH] Bump tower to 0.20.4 (entrypoint globs python*/site-packages instead of hard-coding version) --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 8cd4f81..098f2f1 100644 --- a/values.yaml +++ b/values.yaml @@ -4,7 +4,7 @@ backend: enabled: true image: repository: docker.io/odoosky/tower - tag: "0.20.3" + tag: "0.20.4" pullPolicy: IfNotPresent # IfNotPresent because the image is in # containerd's k8s.io namespace already # (lab1 single-server). Replace with