From f285d06f6e68c89e57a5a3822a8910ceee3000ca Mon Sep 17 00:00:00 2001 From: Tower Deploy Date: Mon, 27 Apr 2026 13:10:28 +0300 Subject: [PATCH] Bump tower to 0.20.3 (entrypoint script as separate file in addon image, fixes shell-array CMD escape issues) --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index c66d2f7..8cd4f81 100644 --- a/values.yaml +++ b/values.yaml @@ -4,7 +4,7 @@ backend: enabled: true image: repository: docker.io/odoosky/tower - tag: "0.20.2" + tag: "0.20.3" pullPolicy: IfNotPresent # IfNotPresent because the image is in # containerd's k8s.io namespace already # (lab1 single-server). Replace with