fix: remove undefined namespace_loop variable from images.html
CI/CD / lint-test (push) Successful in 1m16s
CI/CD / build-push (push) Failing after 5m44s

This commit is contained in:
claude-code
2026-07-12 17:01:56 +00:00
parent 175249ea61
commit c8ac3f5f2e
-1
View File
@@ -76,7 +76,6 @@
<span class="text-xs text-gray-600 bg-gray-800 px-2 py-0.5 rounded-full"> <span class="text-xs text-gray-600 bg-gray-800 px-2 py-0.5 rounded-full">
{{ apps | length }} app{% if apps | length != 1 %}s{% endif %} {{ apps | length }} app{% if apps | length != 1 %}s{% endif %}
</span> </span>
{% set ns_outdated = namespace_loop.loop(apps) %}
{% set ns_containers = apps | map(attribute='containers') | sum(start=[]) %} {% set ns_containers = apps | map(attribute='containers') | sum(start=[]) %}
{% set ns_outdated_count = ns_containers | selectattr('status', 'eq', 'outdated') | list | length %} {% set ns_outdated_count = ns_containers | selectattr('status', 'eq', 'outdated') | list | length %}
{% if ns_outdated_count > 0 %} {% if ns_outdated_count > 0 %}