commit | 2bc26118b1cfd6d0778b29d676f128cf468e42d8 | [log] [tgz] |
---|---|---|
author | Carmelo Cascone <carmelo@opennetworking.org> | Fri Jan 10 17:48:06 2020 -0800 |
committer | Carmelo Cascone <carmelo@opennetworking.org> | Fri Jan 17 19:20:37 2020 +0000 |
tree | 02d89157bc7f28c0f13f596717be381bd88cd04b | |
parent | df6fd22f9271169b2e6017d90f36bcc744cda445 [diff] |
Update onos and fabric charts in preparation for SD-BNG support - Bumped ONOS Docker image to 2.2 - Bumped fabric synchronizer to 2.3.0 with support for Stratum-based devices - Bumped fabric-crossconnect synchronizer to 1.3.0 with bugfixes This patch updates the default values for seba-services and other charts to use the latest versions of the ONOS apps that work with ONOS 2.2. This is done to make the siab Jenkins job pass. There is no explicity dependency between the seba-services chart and the onos one. The siab scripts always install the lastest onos chart, thus requiring the app versions to be updated as well. Change-Id: Idcff10e4e15677fc13cf1ea4dca9125a809f4198
This repo contains the helm charts for use in the CORD and subsidiary projects.
Thes charts are published on: https://charts.opencord.org/
Please see https://guide.opencord.org/charts/helm.html for more complete documentation.
When you make changes to charts, please make sure of the following:
Make sure the chart passes a strict lint with helm lint --strict <chartname>
. The scripts/helmlint.sh
will check all charts.
When you modify a chart, you must increase the version in Chart.yaml
. You may also need to update other charts that depend on your chart.