From 06634787979f4dd2e925e35140f573a7a9efaaf5 Mon Sep 17 00:00:00 2001 From: marcob79 <66200214+marcob79@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:17:29 +0200 Subject: [PATCH] aligned to open5gs version 2.7.2 and chart version bump (#190) Co-authored-by: Marco Brambilla --- charts/open5gs-amf/Chart.yaml | 4 ++-- charts/open5gs-amf/values.yaml | 2 +- charts/open5gs-ausf/Chart.yaml | 4 ++-- charts/open5gs-ausf/values.yaml | 2 +- charts/open5gs-bsf/Chart.yaml | 4 ++-- charts/open5gs-bsf/values.yaml | 2 +- charts/open5gs-hss/Chart.yaml | 4 ++-- charts/open5gs-hss/values.yaml | 2 +- charts/open5gs-mme/Chart.yaml | 4 ++-- charts/open5gs-mme/values.yaml | 2 +- charts/open5gs-nrf/Chart.yaml | 4 ++-- charts/open5gs-nrf/values.yaml | 2 +- charts/open5gs-nssf/Chart.yaml | 4 ++-- charts/open5gs-nssf/values.yaml | 2 +- charts/open5gs-pcf/Chart.yaml | 4 ++-- charts/open5gs-pcf/values.yaml | 2 +- charts/open5gs-pcrf/Chart.yaml | 4 ++-- charts/open5gs-pcrf/values.yaml | 2 +- charts/open5gs-scp/Chart.yaml | 4 ++-- charts/open5gs-scp/values.yaml | 2 +- charts/open5gs-sgwc/Chart.yaml | 4 ++-- charts/open5gs-sgwc/values.yaml | 2 +- charts/open5gs-sgwu/Chart.yaml | 4 ++-- charts/open5gs-sgwu/values.yaml | 2 +- charts/open5gs-smf/Chart.yaml | 4 ++-- charts/open5gs-smf/values.yaml | 2 +- charts/open5gs-udm/Chart.yaml | 4 ++-- charts/open5gs-udm/values.yaml | 2 +- charts/open5gs-udr/Chart.yaml | 4 ++-- charts/open5gs-udr/values.yaml | 2 +- charts/open5gs-upf/Chart.yaml | 4 ++-- charts/open5gs-upf/values.yaml | 2 +- charts/open5gs-webui/Chart.yaml | 4 ++-- charts/open5gs-webui/values.yaml | 2 +- charts/open5gs/Chart.yaml | 38 ++++++++++++++++---------------- 35 files changed, 70 insertions(+), 70 deletions(-) diff --git a/charts/open5gs-amf/Chart.yaml b/charts/open5gs-amf/Chart.yaml index 02b356b26..e5e1c6b90 100644 --- a/charts/open5gs-amf/Chart.yaml +++ b/charts/open5gs-amf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs AMF service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-amf -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-amf/values.yaml b/charts/open5gs-amf/values.yaml index 1268eb9b8..dbfacc32a 100644 --- a/charts/open5gs-amf/values.yaml +++ b/charts/open5gs-amf/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-ausf/Chart.yaml b/charts/open5gs-ausf/Chart.yaml index aea602a44..ee9428d65 100644 --- a/charts/open5gs-ausf/Chart.yaml +++ b/charts/open5gs-ausf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs AUSF service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-ausf -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-ausf/values.yaml b/charts/open5gs-ausf/values.yaml index 16c6e70df..d720b8d0a 100644 --- a/charts/open5gs-ausf/values.yaml +++ b/charts/open5gs-ausf/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-bsf/Chart.yaml b/charts/open5gs-bsf/Chart.yaml index 5f88b4deb..7085ecf7f 100644 --- a/charts/open5gs-bsf/Chart.yaml +++ b/charts/open5gs-bsf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs BSF service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-bsf -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-bsf/values.yaml b/charts/open5gs-bsf/values.yaml index 940abd0e3..5dbb9af8e 100644 --- a/charts/open5gs-bsf/values.yaml +++ b/charts/open5gs-bsf/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-hss/Chart.yaml b/charts/open5gs-hss/Chart.yaml index 6fe5d8134..168f726a3 100644 --- a/charts/open5gs-hss/Chart.yaml +++ b/charts/open5gs-hss/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs HSS service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-hss -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-hss/values.yaml b/charts/open5gs-hss/values.yaml index 4f2106685..640db3b27 100644 --- a/charts/open5gs-hss/values.yaml +++ b/charts/open5gs-hss/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-mme/Chart.yaml b/charts/open5gs-mme/Chart.yaml index 651d4215d..83b93ec9e 100644 --- a/charts/open5gs-mme/Chart.yaml +++ b/charts/open5gs-mme/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs MME service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-mme -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-mme/values.yaml b/charts/open5gs-mme/values.yaml index 201336a17..f9cabf700 100644 --- a/charts/open5gs-mme/values.yaml +++ b/charts/open5gs-mme/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-nrf/Chart.yaml b/charts/open5gs-nrf/Chart.yaml index bea72e997..8563be5b0 100644 --- a/charts/open5gs-nrf/Chart.yaml +++ b/charts/open5gs-nrf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs NRF service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-nrf -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-nrf/values.yaml b/charts/open5gs-nrf/values.yaml index 78ba5e194..efd32aa93 100644 --- a/charts/open5gs-nrf/values.yaml +++ b/charts/open5gs-nrf/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-nssf/Chart.yaml b/charts/open5gs-nssf/Chart.yaml index 8866361c3..1a8736c05 100644 --- a/charts/open5gs-nssf/Chart.yaml +++ b/charts/open5gs-nssf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs NSSF service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-nssf -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-nssf/values.yaml b/charts/open5gs-nssf/values.yaml index 3aecfab4f..77c77b4ad 100644 --- a/charts/open5gs-nssf/values.yaml +++ b/charts/open5gs-nssf/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-pcf/Chart.yaml b/charts/open5gs-pcf/Chart.yaml index ae0ff753d..6c28924dc 100644 --- a/charts/open5gs-pcf/Chart.yaml +++ b/charts/open5gs-pcf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs PCF service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-pcf -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-pcf/values.yaml b/charts/open5gs-pcf/values.yaml index 56ab2cdf4..7942d033e 100644 --- a/charts/open5gs-pcf/values.yaml +++ b/charts/open5gs-pcf/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-pcrf/Chart.yaml b/charts/open5gs-pcrf/Chart.yaml index d029222d0..adca66619 100644 --- a/charts/open5gs-pcrf/Chart.yaml +++ b/charts/open5gs-pcrf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs PCRF service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-pcrf -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-pcrf/values.yaml b/charts/open5gs-pcrf/values.yaml index d6f603a9f..ff15b5d11 100644 --- a/charts/open5gs-pcrf/values.yaml +++ b/charts/open5gs-pcrf/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-scp/Chart.yaml b/charts/open5gs-scp/Chart.yaml index 439492819..c78970d6a 100644 --- a/charts/open5gs-scp/Chart.yaml +++ b/charts/open5gs-scp/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs scp service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-scp -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-scp/values.yaml b/charts/open5gs-scp/values.yaml index a9177a1dc..eb5cda656 100644 --- a/charts/open5gs-scp/values.yaml +++ b/charts/open5gs-scp/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-sgwc/Chart.yaml b/charts/open5gs-sgwc/Chart.yaml index 5ae1adefa..25656cf03 100644 --- a/charts/open5gs-sgwc/Chart.yaml +++ b/charts/open5gs-sgwc/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs SGWC service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-sgwc -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-sgwc/values.yaml b/charts/open5gs-sgwc/values.yaml index b91cf9788..c23bc1d66 100644 --- a/charts/open5gs-sgwc/values.yaml +++ b/charts/open5gs-sgwc/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-sgwu/Chart.yaml b/charts/open5gs-sgwu/Chart.yaml index 2c83660b5..feffc61c2 100644 --- a/charts/open5gs-sgwu/Chart.yaml +++ b/charts/open5gs-sgwu/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs SGWU service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-sgwu -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-sgwu/values.yaml b/charts/open5gs-sgwu/values.yaml index 6f92a72af..d384a7e7b 100644 --- a/charts/open5gs-sgwu/values.yaml +++ b/charts/open5gs-sgwu/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-smf/Chart.yaml b/charts/open5gs-smf/Chart.yaml index a13382a47..bb5ac6748 100644 --- a/charts/open5gs-smf/Chart.yaml +++ b/charts/open5gs-smf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs SMF service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-smf -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-smf/values.yaml b/charts/open5gs-smf/values.yaml index 5338c1637..7e97db367 100644 --- a/charts/open5gs-smf/values.yaml +++ b/charts/open5gs-smf/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-udm/Chart.yaml b/charts/open5gs-udm/Chart.yaml index a43626e4e..ae36d1854 100644 --- a/charts/open5gs-udm/Chart.yaml +++ b/charts/open5gs-udm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs UDM service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-udm -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-udm/values.yaml b/charts/open5gs-udm/values.yaml index 0aafc34b6..b38d1c4fa 100644 --- a/charts/open5gs-udm/values.yaml +++ b/charts/open5gs-udm/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-udr/Chart.yaml b/charts/open5gs-udr/Chart.yaml index d135839af..9d494f951 100644 --- a/charts/open5gs-udr/Chart.yaml +++ b/charts/open5gs-udr/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs UDR service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-udr -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-udr/values.yaml b/charts/open5gs-udr/values.yaml index bea80a177..6dd0e2f29 100644 --- a/charts/open5gs-udr/values.yaml +++ b/charts/open5gs-udr/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-upf/Chart.yaml b/charts/open5gs-upf/Chart.yaml index 5ac6abbdf..67efba247 100644 --- a/charts/open5gs-upf/Chart.yaml +++ b/charts/open5gs-upf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs UPF service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs-upf -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-upf/values.yaml b/charts/open5gs-upf/values.yaml index b8c3612e9..cc6356092 100644 --- a/charts/open5gs-upf/values.yaml +++ b/charts/open5gs-upf/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs-webui/Chart.yaml b/charts/open5gs-webui/Chart.yaml index da084645b..f0a7c4c95 100644 --- a/charts/open5gs-webui/Chart.yaml +++ b/charts/open5gs-webui/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs WebUI service on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -12,7 +12,7 @@ maintainers: - email: avrodriguez@gradiant.org name: avrodriguez name: open5gs-webui -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: diff --git a/charts/open5gs-webui/values.yaml b/charts/open5gs-webui/values.yaml index 74fa776aa..fe655e0cd 100644 --- a/charts/open5gs-webui/values.yaml +++ b/charts/open5gs-webui/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: gradiant/open5gs-webui - tag: "2.7.1" + tag: "2.7.2" digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/charts/open5gs/Chart.yaml b/charts/open5gs/Chart.yaml index cb98e9a6a..97194308a 100644 --- a/charts/open5gs/Chart.yaml +++ b/charts/open5gs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" description: > Helm chart to deploy Open5gs services on Kubernetes. home: https://github.com/gradiant/5g-charts @@ -10,7 +10,7 @@ maintainers: - email: cgiraldo@gradiant.org name: cgiraldo name: open5gs -version: 2.2.4 +version: 2.2.5 annotations: artifacthub.io/category: networking keywords: @@ -29,87 +29,87 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: mongodb.enabled - name: open5gs-amf - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-amf condition: amf.enabled alias: amf - name: open5gs-ausf - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-ausf condition: ausf.enabled alias: ausf - name: open5gs-bsf - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-bsf condition: bsf.enabled alias: bsf - name: open5gs-hss - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-hss condition: hss.enabled alias: hss - name: open5gs-mme - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-mme condition: mme.enabled alias: mme - name: open5gs-nrf - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-nrf condition: nrf.enabled alias: nrf - name: open5gs-nssf - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-nssf condition: nssf.enabled alias: nssf - name: open5gs-pcf - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-pcf condition: pcf.enabled alias: pcf - name: open5gs-pcrf - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-pcrf condition: pcrf.enabled alias: pcrf - name: open5gs-scp - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-scp condition: scp.enabled alias: scp - name: open5gs-sgwc - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-sgwc condition: sgwc.enabled alias: sgwc - name: open5gs-sgwu - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-sgwu condition: sgwu.enabled alias: sgwu - name: open5gs-smf - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-smf condition: smf.enabled alias: smf - name: open5gs-udm - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-udm condition: udm.enabled alias: udm - name: open5gs-udr - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-udr condition: udr.enabled alias: udr - name: open5gs-upf - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-upf condition: upf.enabled alias: upf - name: open5gs-webui - version: ~2.2.4 + version: ~2.2.5 repository: file://../open5gs-webui condition: webui.enabled alias: webui