Zack Williams | 583833b | 2020-04-10 08:17:44 -0700 | [diff] [blame^] | 1 | # SPDX-FileCopyrightText: © 2020 kind-voltha contributors |
| 2 | # SPDX-License-Identifier: Apache-2.0o |
| 3 | # |
Andy Bavier | 9edc113 | 2020-03-27 08:57:02 -0700 | [diff] [blame] | 4 | # Source this file before running ./voltha up to install the VOLTHA 2.3.0 release |
| 5 | |
Andy Bavier | 27cdb0c | 2020-04-03 15:09:55 -0700 | [diff] [blame] | 6 | export VOLTHA_CHART_VERSION=2.3.1 |
Andy Bavier | 9edc113 | 2020-03-27 08:57:02 -0700 | [diff] [blame] | 7 | export VOLTHA_BBSIM_CHART_VERSION=3.0.18 |
Girish Gowdra | 94ba6e7 | 2020-04-08 20:21:23 -0700 | [diff] [blame] | 8 | export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.3.1 |
Andy Bavier | 9edc113 | 2020-03-27 08:57:02 -0700 | [diff] [blame] | 9 | export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.3.0 |
| 10 | export ONOS_CHART_VERSION=3.0.1 |
| 11 | |
| 12 | # defaults.image_tag=null will use the image tags in the Helm charts rather than |
| 13 | # kind-voltha's default which is 'master'. |
| 14 | # Also we need to specify the tag for voltha/voltha-onos image since this is |
| 15 | # not in the ONOS chart. |
Andrea Campanella | 5165160 | 2020-04-01 09:27:35 +0200 | [diff] [blame] | 16 | export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.0.2 " |