🩹(helm) fix Helm ingress rendering when passing multiple hosts

Passing a list of hosts in the ingress was broken: the template
helpers were called with the current loop context (`.`) instead of
the root context (`$`), so the service name was rendered incorrectly
inside the hosts loop.
This commit is contained in:
lebaudantoine
2026-07-02 22:49:22 +02:00
committed by aleb_the_flash
parent 636c2168be
commit edab18d94a
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -28,6 +28,7 @@ and this project adheres to
### Fixed
- 🛂(backend) reject user access tokens on the API
- 🩹(helm) fix Helm ingress rendering when passing multiple hosts
## [1.21.0] - 2026-06-15