From 571c045251a1afd62294a84bf01e80361e79e75d Mon Sep 17 00:00:00 2001 From: OdooSky v3 Date: Mon, 18 May 2026 14:07:15 +0200 Subject: [PATCH] fix: bump tower -> 0.77.14 (feat(admin): /api/users returns tenant memberships + last_login_at + createdAt) --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 3718255..e650058 100644 --- a/values.yaml +++ b/values.yaml @@ -9,7 +9,7 @@ backend: # so every cluster that runs Tower needs the same imagePullSecret # provisioned out-of-band (until cluster-platform-v3 owns it). repository: registry.odoosky.cloud/odoosky/docker-mirror/tower - tag: "0.77.13" + tag: "0.77.14" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull