From 28074490ff10becd07d9a5fd2dfc57e7881a743e Mon Sep 17 00:00:00 2001 From: Tower Deploy Date: Mon, 27 Apr 2026 10:30:53 +0300 Subject: [PATCH] Bump tower to 0.18.1 (manifest fetch via Gitea API raw endpoint, no redirect) --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 8b1dcb9..85a3445 100644 --- a/values.yaml +++ b/values.yaml @@ -4,7 +4,7 @@ backend: enabled: true image: repository: docker.io/odoosky/tower - tag: "0.18.0" + tag: "0.18.1" pullPolicy: IfNotPresent # IfNotPresent because the image is in # containerd's k8s.io namespace already # (lab1 single-server). Replace with