Commit fd46117a authored by Alejandro Sanchez's avatar Alejandro Sanchez
Browse files

fix: use GitHub Pages helm repo and correct chart name for OAI 5G Core



- Change HelmRepository from OCI to default (GitHub Pages)
- Change HelmRelease chart name from oai-5g-basic to oai-5g-core

Closes: OSM-XXXX
Signed-off-by: default avatarsanchezal <alejandro.sanchezgutierrez.ext@telefonica.com>
parent 02acdd4e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,5 +22,5 @@ metadata:
  namespace: oai-5g-basic
spec:
  interval: 10m0s
  type: oci
  url: oci://gitlab.com/gctio-projects/demoeucnc-2026/oai-5g-basic
  type: default
  url: https://alesan121.github.io/free5gc-helm-repo/
+2 −2
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: oai-5g-basic
  name: oai-5g-core
  namespace: oai-5g-basic
spec:
  chart:
    spec:
      chart: oai-5g-basic
      chart: oai-5g-core
      version: '2.2.0'
      reconcileStrategy: ChartVersion
      sourceRef: