fix(console): v1.3.92 — EnsureEnvironment обновляет образ если устарел

Вместо костыля (kubectl patch вручную) — системный фикс:
EnsureEnvironment теперь проверяет spec.runtime.image у существующего env
и обновляет его если отличается от LangEnvMap[lang].Image.

Это автоматически мигрирует все namespace-ы при следующем создании функции.
This commit is contained in:
“Naeel”
2026-05-13 10:55:47 +04:00
parent 6a8c3a27e2
commit 949b0b52d6
3 changed files with 16 additions and 5 deletions
+2 -2
View File
@@ -103,7 +103,7 @@
<div class="nubes">NUBES</div>
<div class="product">FISSION CONSOLE</div>
</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.91</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.92</div>
</div>
<div class="row" style="margin:0;">
<button class="btn ghost" onclick="reloadAll()">Refresh</button>
@@ -626,7 +626,7 @@ psycopg2-binary" style="width:100%; box-sizing:border-box; font-family:monospace
</div>
<div class="actions" style="justify-content:space-between; align-items:center;">
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.91</span>
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.92</span>
<button class="btn ghost" onclick="closeHelp()">Закрыть</button>
</div>
</div>