Skip to content

Commit

Permalink
update open5gs to appVersion 2.4.11 (#97)
Browse files Browse the repository at this point in the history
* update open5gs to appVersion 2.4.11

* update open5gs to appVersion 2.4.11
  • Loading branch information
cgiraldo authored Oct 5, 2022
1 parent 12f94b4 commit 3037ee7
Show file tree
Hide file tree
Showing 51 changed files with 131 additions and 102 deletions.
6 changes: 3 additions & 3 deletions charts/open5gs-amf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: "2.4.9"
appVersion: "2.4.11"
description: >
Helm chart to deploy Open5gs AMF service on Kubernetes.
home: https://github.com/gradiant/openverso-charts
sources:
- http://open5gs.org
icon: https://open5gs.org/assets/img/open5gs_logo.png
icon: https://open5gs.org/assets/img/open5gs-logo.png
maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-amf
version: 2.0.7
version: 2.0.8
keywords:
- ngc
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/open5gs-amf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# open5gs-amf

![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![AppVersion: 2.4.9](https://img.shields.io/badge/AppVersion-2.4.9-informational?style=flat-square)
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![AppVersion: 2.4.11](https://img.shields.io/badge/AppVersion-2.4.11-informational?style=flat-square)

Helm chart to deploy Open5gs AMF service on Kubernetes.

Expand Down Expand Up @@ -75,7 +75,7 @@ Helm chart to deploy Open5gs AMF service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"openverso/open5gs"` | |
| image.tag | string | `"2.4.9"` | |
| image.tag | string | `"2.4.11"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-amf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: openverso/open5gs
tag: "2.4.9"
tag: "2.4.11"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
6 changes: 3 additions & 3 deletions charts/open5gs-ausf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: "2.4.9"
appVersion: "2.4.11"
description: >
Helm chart to deploy Open5gs AUSF service on Kubernetes.
home: https://github.com/gradiant/openverso-charts
sources:
- http://open5gs.org
icon: https://open5gs.org/assets/img/open5gs_logo.png
icon: https://open5gs.org/assets/img/open5gs-logo.png
maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-ausf
version: 2.0.3
version: 2.0.4
keywords:
- ngc
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/open5gs-ausf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# open5gs-ausf

![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.9](https://img.shields.io/badge/AppVersion-2.4.9-informational?style=flat-square)
![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.11](https://img.shields.io/badge/AppVersion-2.4.11-informational?style=flat-square)

Helm chart to deploy Open5gs AUSF service on Kubernetes.

Expand Down Expand Up @@ -60,7 +60,7 @@ Helm chart to deploy Open5gs AUSF service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"openverso/open5gs"` | |
| image.tag | string | `"2.4.9"` | |
| image.tag | string | `"2.4.11"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-ausf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: openverso/open5gs
tag: "2.4.9"
tag: "2.4.11"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
6 changes: 3 additions & 3 deletions charts/open5gs-bsf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: "2.4.9"
appVersion: "2.4.11"
description: >
Helm chart to deploy Open5gs BSF service on Kubernetes.
home: https://github.com/gradiant/openverso-charts
sources:
- http://open5gs.org
icon: https://open5gs.org/assets/img/open5gs_logo.png
icon: https://open5gs.org/assets/img/open5gs-logo.png
maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-bsf
version: 2.0.3
version: 2.0.4
keywords:
- ngc
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/open5gs-bsf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# open5gs-bsf

![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.9](https://img.shields.io/badge/AppVersion-2.4.9-informational?style=flat-square)
![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.11](https://img.shields.io/badge/AppVersion-2.4.11-informational?style=flat-square)

Helm chart to deploy Open5gs BSF service on Kubernetes.

Expand Down Expand Up @@ -60,7 +60,7 @@ Helm chart to deploy Open5gs BSF service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"openverso/open5gs"` | |
| image.tag | string | `"2.4.9"` | |
| image.tag | string | `"2.4.11"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-bsf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: openverso/open5gs
tag: "2.4.9"
tag: "2.4.11"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
6 changes: 3 additions & 3 deletions charts/open5gs-hss/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: "2.4.9"
appVersion: "2.4.11"
description: >
Helm chart to deploy Open5gs HSS service on Kubernetes.
home: https://github.com/gradiant/openverso-charts
sources:
- http://open5gs.org
icon: https://open5gs.org/assets/img/open5gs_logo.png
icon: https://open5gs.org/assets/img/open5gs-logo.png
maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-hss
version: 2.0.3
version: 2.0.4
keywords:
- epc
- ngc
Expand Down
4 changes: 2 additions & 2 deletions charts/open5gs-hss/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# open5gs-hss

![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.9](https://img.shields.io/badge/AppVersion-2.4.9-informational?style=flat-square)
![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.11](https://img.shields.io/badge/AppVersion-2.4.11-informational?style=flat-square)

Helm chart to deploy Open5gs HSS service on Kubernetes.

Expand Down Expand Up @@ -61,7 +61,7 @@ Helm chart to deploy Open5gs HSS service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"openverso/open5gs"` | |
| image.tag | string | `"2.4.9"` | |
| image.tag | string | `"2.4.11"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-hss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: openverso/open5gs
tag: "2.4.9"
tag: "2.4.11"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
6 changes: 3 additions & 3 deletions charts/open5gs-mme/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: "2.4.9"
appVersion: "2.4.11"
description: >
Helm chart to deploy Open5gs MME service on Kubernetes.
home: https://github.com/gradiant/openverso-charts
sources:
- http://open5gs.org
icon: https://open5gs.org/assets/img/open5gs_logo.png
icon: https://open5gs.org/assets/img/open5gs-logo.png
maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-mme
version: 2.0.3
version: 2.0.4
keywords:
- epc
- ngc
Expand Down
4 changes: 2 additions & 2 deletions charts/open5gs-mme/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# open5gs-mme

![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.9](https://img.shields.io/badge/AppVersion-2.4.9-informational?style=flat-square)
![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.11](https://img.shields.io/badge/AppVersion-2.4.11-informational?style=flat-square)

Helm chart to deploy Open5gs MME service on Kubernetes.

Expand Down Expand Up @@ -75,7 +75,7 @@ Helm chart to deploy Open5gs MME service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"openverso/open5gs"` | |
| image.tag | string | `"2.4.9"` | |
| image.tag | string | `"2.4.11"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-mme/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: openverso/open5gs
tag: "2.4.9"
tag: "2.4.11"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
6 changes: 3 additions & 3 deletions charts/open5gs-nrf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: "2.4.9"
appVersion: "2.4.11"
description: >
Helm chart to deploy Open5gs NRF service on Kubernetes.
home: https://github.com/gradiant/openverso-charts
sources:
- http://open5gs.org
icon: https://open5gs.org/assets/img/open5gs_logo.png
icon: https://open5gs.org/assets/img/open5gs-logo.png
maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-nrf
version: 2.0.2
version: 2.0.3
keywords:
- epc
- ngc
Expand Down
4 changes: 2 additions & 2 deletions charts/open5gs-nrf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# open5gs-nrf

![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: 2.4.9](https://img.shields.io/badge/AppVersion-2.4.9-informational?style=flat-square)
![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: 2.4.11](https://img.shields.io/badge/AppVersion-2.4.11-informational?style=flat-square)

Helm chart to deploy Open5gs NRF service on Kubernetes.

Expand Down Expand Up @@ -57,7 +57,7 @@ Helm chart to deploy Open5gs NRF service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"openverso/open5gs"` | |
| image.tag | string | `"2.4.9"` | |
| image.tag | string | `"2.4.11"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-nrf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: openverso/open5gs
tag: "2.4.9"
tag: "2.4.11"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
6 changes: 3 additions & 3 deletions charts/open5gs-nssf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: "2.4.9"
appVersion: "2.4.11"
description: >
Helm chart to deploy Open5gs NSSF service on Kubernetes.
home: https://github.com/gradiant/openverso-charts
sources:
- http://open5gs.org
icon: https://open5gs.org/assets/img/open5gs_logo.png
icon: https://open5gs.org/assets/img/open5gs-logo.png
maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-nssf
version: 2.0.3
version: 2.0.4
keywords:
- ngc
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/open5gs-nssf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# open5gs-nssf

![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.9](https://img.shields.io/badge/AppVersion-2.4.9-informational?style=flat-square)
![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.11](https://img.shields.io/badge/AppVersion-2.4.11-informational?style=flat-square)

Helm chart to deploy Open5gs NSSF service on Kubernetes.

Expand Down Expand Up @@ -64,7 +64,7 @@ Helm chart to deploy Open5gs NSSF service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"openverso/open5gs"` | |
| image.tag | string | `"2.4.9"` | |
| image.tag | string | `"2.4.11"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-nssf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: openverso/open5gs
tag: "2.4.9"
tag: "2.4.11"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
6 changes: 3 additions & 3 deletions charts/open5gs-pcf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: "2.4.9"
appVersion: "2.4.11"
description: >
Helm chart to deploy Open5gs PCF service on Kubernetes.
home: https://github.com/gradiant/openverso-charts
sources:
- http://open5gs.org
icon: https://open5gs.org/assets/img/open5gs_logo.png
icon: https://open5gs.org/assets/img/open5gs-logo.png
maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-pcf
version: 2.0.3
version: 2.0.4
keywords:
- ngc
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/open5gs-pcf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# open5gs-pcf

![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.9](https://img.shields.io/badge/AppVersion-2.4.9-informational?style=flat-square)
![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 2.4.11](https://img.shields.io/badge/AppVersion-2.4.11-informational?style=flat-square)

Helm chart to deploy Open5gs PCF service on Kubernetes.

Expand Down Expand Up @@ -62,7 +62,7 @@ Helm chart to deploy Open5gs PCF service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"openverso/open5gs"` | |
| image.tag | string | `"2.4.9"` | |
| image.tag | string | `"2.4.11"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-pcf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: openverso/open5gs
tag: "2.4.9"
tag: "2.4.11"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
6 changes: 3 additions & 3 deletions charts/open5gs-pcrf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: "2.4.9"
appVersion: "2.4.11"
description: >
Helm chart to deploy Open5gs PCRF service on Kubernetes.
home: https://github.com/gradiant/openverso-charts
sources:
- http://open5gs.org
icon: https://open5gs.org/assets/img/open5gs_logo.png
icon: https://open5gs.org/assets/img/open5gs-logo.png
maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-pcrf
version: 2.0.3
version: 2.0.4
keywords:
- epc
- ngc
Expand Down
Loading

0 comments on commit 3037ee7

Please sign in to comment.