From c8ac3f5f2e3f1b11beb75e011d8bcedbe209c360 Mon Sep 17 00:00:00 2001 From: claude-code Date: Sun, 12 Jul 2026 17:01:56 +0000 Subject: [PATCH] fix: remove undefined namespace_loop variable from images.html --- templates/images.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/images.html b/templates/images.html index 79b6724..bbc2c7a 100644 --- a/templates/images.html +++ b/templates/images.html @@ -76,7 +76,6 @@ {{ apps | length }} app{% if apps | length != 1 %}s{% endif %} - {% set ns_outdated = namespace_loop.loop(apps) %} {% set ns_containers = apps | map(attribute='containers') | sum(start=[]) %} {% set ns_outdated_count = ns_containers | selectattr('status', 'eq', 'outdated') | list | length %} {% if ns_outdated_count > 0 %}