Commit 18901cfe authored by Alejandro Sanchez's avatar Alejandro Sanchez
Browse files

fix: update free5gc-ueransim chart to v2.0.18

Fixes Helm template error in ue-configmap.yaml line 25.
The template expected a string but received a map, causing:
'wrong type for value; expected string; got map[string]interface {}'

Solution: added toYaml filter to properly convert configuration map to string.
parent de349da3
Loading
Loading
Loading
Loading