Skip to content

Commit

Permalink
helm: Updated version and README for release of v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjab3s committed Dec 20, 2023
1 parent 93998db commit 814fbeb
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
9 changes: 8 additions & 1 deletion charts/linuxptp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## 0.1.0 (September 29, 2023)
### Added
- Initial release of the linuxptp Helm chart.
- This chart facilitates the deployment of a linuxptp daemon running ptp4l and phc2sys.
- This chart facilitates the deployment of a linuxptp daemon running ptp4l and phc2sys.

## 1.0.0 (Dezember 20, 2023)
### Log
- ptp4l and phc2sys running in seperatd containers.
- Moved config to values.yaml
- Added Liveness, Startup and Readiness probes
- Updated READMEs
2 changes: 1 addition & 1 deletion charts/linuxptp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ keywords:
- phc2sys
- ptp
type: application
version: 0.1.0
version: 1.0.0
appVersion: "1.16.0"
4 changes: 1 addition & 3 deletions charts/linuxptp/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# linuxptp-agent

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

A Helm chart for Linuxptp Agent

## Installing the Chart
Expand Down Expand Up @@ -36,7 +34,7 @@ The command removes all the Kubernetes components associated with the chart and
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.pullSecrets | list | `[]` | Image pull secrets |
| image.repository | string | `"srsran/linuxptp-agent"` | Image repository |
| image.tag | string | `"v0.1.0"` | Image tag |
| image.tag | string | `""` | Image tag |
| nameOverride | string | `""` | Overrides the chart's name |
| nodeSelector | object | `{}` | nodeSelector configuration |
| podAnnotations | object | `{}` | Annotations for the Deployment Pods |
Expand Down
8 changes: 7 additions & 1 deletion charts/srsran-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 0.1.0 (September 29, 2023)
### Added
- Initial release of the srsRAN Project Helm chart.
- This chart facilitates the deployment of srsRAN Project's CU/DU as a unified, single-binary solution for ORAN.
- This chart facilitates the deployment of srsRAN Project's CU/DU as a unified, single-binary solution for ORAN.

## 1.0.0 (Dezember 20, 2023)
### Log
- All config options are configurable over values.yaml or cli.
- Moved config over to values.yaml
- Added autostart metrics
2 changes: 1 addition & 1 deletion charts/srsran-project/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ keywords:
- gnb
- mobile
type: application
version: 0.1.0
version: 1.0.0
appVersion: "1.16.0"
4 changes: 1 addition & 3 deletions charts/srsran-project/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# srsran-project-cudu

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

A Helm chart for srsRAN Project CU/DU

## Node Requirements
Expand Down Expand Up @@ -61,7 +59,7 @@ The command removes all the Kubernetes components associated with the chart and
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.pullSecrets | list | `[]` | Image pull secrets |
| image.repository | string | `"srsran/linuxptp-agent"` | Image repository |
| image.tag | string | `"v0.1.0"` | Image tag |
| image.tag | string | `""` | Image tag |
| nameOverride | string | `""` | Overrides the chart's name |
| nodeSelector | object | `{}` | nodeSelector configuration |
| podAnnotations | object | `{}` | Annotations for the Deployment Pods |
Expand Down

0 comments on commit 814fbeb

Please sign in to comment.