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
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ spec:
  chart:
    spec:
      chart: free5gc-ueransim
      version: v2.0.17
      version: v2.0.18
      reconcileStrategy: ChartVersion
      sourceRef:
        kind: HelmRepository