Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Gradiant/5g-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiraldo committed Dec 9, 2024
2 parents d6691ab + 7f94572 commit 1a2f068
Show file tree
Hide file tree
Showing 119 changed files with 412 additions and 489 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bugreport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ body:
value: >
**Please note**
This form should only be used if _you can reporoduce_ the bug the in the latest version of openverso-charts.
This form should only be used if _you can reproduce_ the bug the in the latest version of 5g-charts.
**This form is not for support requests.*
- type: textarea
attributes:
label: Steps to reproduce
description: >
Please describe in detail the steps needed to reproduce this bug. These steps
should reproduce the issue on the most current release of openverso-charts. Be sure to
should reproduce the issue on the most current release of 5g-charts. Be sure to
include configuration and platform details.
Please include logs from the relevant daemons as well as any relevant packet captures.
validations:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request
description: Propose an enhancement to openverso-charts
description: Propose an enhancement to 5g-charts
labels: ['Enhancement']
body:
- type: markdown
Expand Down
4 changes: 2 additions & 2 deletions charts/free5gc-amf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.3.0"
appVersion: "3.4.3"
description: >
Helm chart to deploy Free5GC AMF service on Kubernetes.
home: https://github.com/gradiant/5g-charts
Expand All @@ -12,7 +12,7 @@ maintainers:
- email: [email protected]
name: avrodriguez
name: free5gc-amf
version: 0.1.0
version: 0.1.2
annotations:
artifacthub.io/category: networking
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/free5gc-amf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# free5gc-amf

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 3.4.2](https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square)

Helm chart to deploy Free5GC AMF service on Kubernetes.

Expand Down Expand Up @@ -77,7 +77,7 @@ Helm chart to deploy Free5GC AMF service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"free5gc/amf"` | |
| image.tag | string | `"v3.3.0"` | |
| image.tag | string | `"v3.4.2"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/free5gc-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: free5gc/amf
tag: "v3.3.0"
tag: "v3.4.3"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
4 changes: 2 additions & 2 deletions charts/free5gc-ausf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.3.0"
appVersion: "3.4.3"
description: >
Helm chart to deploy Free5GC AUSF service on Kubernetes.
home: https://github.com/gradiant/5g-charts
Expand All @@ -12,7 +12,7 @@ maintainers:
- email: [email protected]
name: avrodriguez
name: free5gc-ausf
version: 0.1.0
version: 0.1.2
annotations:
artifacthub.io/category: networking
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/free5gc-ausf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# free5gc-ausf

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 3.4.2](https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square)

Helm chart to deploy Free5GC AUSF service on Kubernetes.

Expand Down Expand Up @@ -63,7 +63,7 @@ Helm chart to deploy Free5GC AUSF service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"free5gc/ausf"` | |
| image.tag | string | `"v3.3.0"` | |
| image.tag | string | `"v3.4.2"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
28 changes: 14 additions & 14 deletions charts/free5gc-ausf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@ global:
## @param kubeVersion Force target Kubernetes version (using Helm capabilities if not set)
##
kubeVersion: ""
## @param nameOverride String to partially override free5gc-amf.fullname template (will maintain the release name)
## @param nameOverride String to partially override free5gc-ausf.fullname template (will maintain the release name)
##
nameOverride: ""
## @param fullnameOverride String to fully override free5gc-amf.fullname template
## @param fullnameOverride String to fully override free5gc-ausf.fullname template
##
fullnameOverride: ""
## @param namespaceOverride String to fully override common.names.namespace
##
namespaceOverride: ""
## @param commonAnnotations Common annotations to add to all free5gc-amf resources (sub-charts are not considered). Evaluated as a template
## @param commonAnnotations Common annotations to add to all free5gc-ausf resources (sub-charts are not considered). Evaluated as a template
##
commonAnnotations: {}
## @param commonLabels Common labels to add to all free5gc-amf resources (sub-charts are not considered). Evaluated as a template
## @param commonLabels Common labels to add to all free5gc-ausf resources (sub-charts are not considered). Evaluated as a template
##
commonLabels: {}

## @param extraDeploy Array of extra objects to deploy with the release (evaluated as a template).
##
extraDeploy: []

## @section free5gc-amf parameters
## @section free5gc-ausf parameters

## Bitnami free5gc image version
## ref: https://hub.docker.com/r/gradiant/free5gc/tags/
Expand All @@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: free5gc/ausf
tag: "v3.3.0"
tag: "v3.4.3"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -86,7 +86,7 @@ config:
logger:
level: info

## @param replicaCount Number of free5gc-amf Pods to run (requires ReadWriteMany PVC support)
## @param replicaCount Number of free5gc-ausf Pods to run (requires ReadWriteMany PVC support)
##
replicaCount: 1
## @param command Override default container command (useful when using custom images)
Expand All @@ -102,7 +102,7 @@ args: []
##
updateStrategy:
type: RollingUpdate
## @param priorityClassName free5gc-amf pods' priorityClassName
## @param priorityClassName free5gc-ausf pods' priorityClassName
##
priorityClassName: ""
## @param schedulerName Name of the k8s scheduler (other than default)
Expand Down Expand Up @@ -205,7 +205,7 @@ affinity: {}
## ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
## free5gc-amf container's resource requests and limits
## free5gc-ausf container's resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
## @param resources.requests [object] The requested resources for the init container
## @param resources.limits The resources limits for the init container
Expand All @@ -215,16 +215,16 @@ resources:
limits: {}
## Configure Pods Security Context
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
## @param podSecurityContext.enabled Enable free5gc-amf pods' Security Context
## @param podSecurityContext.fsGroup free5gc-amf pods' group ID
## @param podSecurityContext.enabled Enable free5gc-ausf pods' Security Context
## @param podSecurityContext.fsGroup free5gc-ausf pods' group ID
##
podSecurityContext:
enabled: true
fsGroup: 1001
## Configure Container Security Context (only main container)
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## @param containerSecurityContext.enabled Enable free5gc-amf containers' Security Context
## @param containerSecurityContext.runAsUser free5gc-amf containers' Security Context
## @param containerSecurityContext.enabled Enable free5gc-ausf containers' Security Context
## @param containerSecurityContext.runAsUser free5gc-ausf containers' Security Context
## @param containerSecurityContext.runAsNonRoot Set Controller container's Security Context runAsNonRoot
##
containerSecurityContext:
Expand Down Expand Up @@ -320,7 +320,7 @@ services:
## - 0.0.0.0/0
##
loadBalancerSourceRanges: []
## @param service.loadBalancerIP loadBalancerIP for the free5gc-amf Service (optional, cloud specific)
## @param service.loadBalancerIP loadBalancerIP for the free5gc-ausf Service (optional, cloud specific)
## ref: https://kubernetes.io/docs/user-guide/services/#type-loadbalancer
loadBalancerIP: ""
## @param service.nodePorts [object] Kubernetes node port
Expand Down
4 changes: 2 additions & 2 deletions charts/free5gc-chf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.3.0"
appVersion: "3.4.3"
description: >
Helm chart to deploy Free5GC CHF service on Kubernetes.
home: https://github.com/gradiant/5g-charts
Expand All @@ -12,7 +12,7 @@ maintainers:
- email: [email protected]
name: avrodriguez
name: free5gc-chf
version: 0.1.0
version: 0.1.2
annotations:
artifacthub.io/category: networking
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/free5gc-chf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# free5gc-chf

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 3.4.2](https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square)

Helm chart to deploy Free5GC CHF service on Kubernetes.

Expand Down
28 changes: 14 additions & 14 deletions charts/free5gc-chf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@ global:
## @param kubeVersion Force target Kubernetes version (using Helm capabilities if not set)
##
kubeVersion: ""
## @param nameOverride String to partially override free5gc-amf.fullname template (will maintain the release name)
## @param nameOverride String to partially override free5gc-chf.fullname template (will maintain the release name)
##
nameOverride: ""
## @param fullnameOverride String to fully override free5gc-amf.fullname template
## @param fullnameOverride String to fully override free5gc-chf.fullname template
##
fullnameOverride: ""
## @param namespaceOverride String to fully override common.names.namespace
##
namespaceOverride: ""
## @param commonAnnotations Common annotations to add to all free5gc-amf resources (sub-charts are not considered). Evaluated as a template
## @param commonAnnotations Common annotations to add to all free5gc-chf resources (sub-charts are not considered). Evaluated as a template
##
commonAnnotations: {}
## @param commonLabels Common labels to add to all free5gc-amf resources (sub-charts are not considered). Evaluated as a template
## @param commonLabels Common labels to add to all free5gc-chf resources (sub-charts are not considered). Evaluated as a template
##
commonLabels: {}

## @param extraDeploy Array of extra objects to deploy with the release (evaluated as a template).
##
extraDeploy: []

## @section free5gc-amf parameters
## @section free5gc-chf parameters

## Bitnami free5gc image version
## ref: https://hub.docker.com/r/gradiant/free5gc/tags/
Expand All @@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: free5gc/chf
tag: "latest"
tag: "v3.4.3"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -87,7 +87,7 @@ config:
logger:
level: info

## @param replicaCount Number of free5gc-amf Pods to run (requires ReadWriteMany PVC support)
## @param replicaCount Number of free5gc-chf Pods to run (requires ReadWriteMany PVC support)
##
replicaCount: 1
## @param command Override default container command (useful when using custom images)
Expand All @@ -103,7 +103,7 @@ args: []
##
updateStrategy:
type: RollingUpdate
## @param priorityClassName free5gc-amf pods' priorityClassName
## @param priorityClassName free5gc-chf pods' priorityClassName
##
priorityClassName: ""
## @param schedulerName Name of the k8s scheduler (other than default)
Expand Down Expand Up @@ -206,7 +206,7 @@ affinity: {}
## ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
## free5gc-amf container's resource requests and limits
## free5gc-chf container's resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
## @param resources.requests [object] The requested resources for the init container
## @param resources.limits The resources limits for the init container
Expand All @@ -216,16 +216,16 @@ resources:
limits: {}
## Configure Pods Security Context
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
## @param podSecurityContext.enabled Enable free5gc-amf pods' Security Context
## @param podSecurityContext.fsGroup free5gc-amf pods' group ID
## @param podSecurityContext.enabled Enable free5gc-chf pods' Security Context
## @param podSecurityContext.fsGroup free5gc-chf pods' group ID
##
podSecurityContext:
enabled: true
fsGroup: 1001
## Configure Container Security Context (only main container)
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## @param containerSecurityContext.enabled Enable free5gc-amf containers' Security Context
## @param containerSecurityContext.runAsUser free5gc-amf containers' Security Context
## @param containerSecurityContext.enabled Enable free5gc-chf containers' Security Context
## @param containerSecurityContext.runAsUser free5gc-chf containers' Security Context
## @param containerSecurityContext.runAsNonRoot Set Controller container's Security Context runAsNonRoot
##
containerSecurityContext:
Expand Down Expand Up @@ -321,7 +321,7 @@ services:
## - 0.0.0.0/0
##
loadBalancerSourceRanges: []
## @param service.loadBalancerIP loadBalancerIP for the free5gc-amf Service (optional, cloud specific)
## @param service.loadBalancerIP loadBalancerIP for the free5gc-chf Service (optional, cloud specific)
## ref: https://kubernetes.io/docs/user-guide/services/#type-loadbalancer
loadBalancerIP: ""
## @param service.nodePorts [object] Kubernetes node port
Expand Down
4 changes: 2 additions & 2 deletions charts/free5gc-nrf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.3.0"
appVersion: "3.4.3"
description: >
Helm chart to deploy Free5GC NRF service on Kubernetes.
home: https://github.com/gradiant/5g-charts
Expand All @@ -12,7 +12,7 @@ maintainers:
- email: [email protected]
name: avrodriguez
name: free5gc-nrf
version: 0.1.0
version: 0.1.2
annotations:
artifacthub.io/category: networking
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/free5gc-nrf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# free5gc-nrf

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 3.4.2](https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square)

Helm chart to deploy Free5GC NRF service on Kubernetes.

Expand Down Expand Up @@ -63,7 +63,7 @@ Helm chart to deploy Free5GC NRF service on Kubernetes.
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"free5gc/nrf"` | |
| image.tag | string | `"v3.3.0"` | |
| image.tag | string | `"v3.4.2"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
Expand Down
Loading

0 comments on commit 1a2f068

Please sign in to comment.