blob: c5790d00ddefcd783e3bcd571d968dd8d3a8ad52 [file] [log] [blame]
Matteo Scandolo2bccc642021-03-22 18:22:54 -07001# SPDX-FileCopyrightText: © 2020 kind-voltha contributors
2# SPDX-License-Identifier: Apache-2.0o
3#
4# Source this file before running ./voltha up to install the VOLTHA 2.6.0 release
5
6export VOLTHA_CHART_VERSION=2.8.3
7export VOLTHA_BBSIM_CHART_VERSION=4.2.0
8export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.8.6
9export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.7.13 # needs update once released
10export BBSIM_SADIS_SERVER_CHART_VERSION=0.1.1
11export ONOS_CLASSIC_CHART_VERSION=0.1.13
12export RADIUS_CHART_VERSION=1.0.2
13export VOLTCTL_VERSION=1.4.4
14export WITH_ONOS=classic
15export HELM_VERSION=v3.2.4
16export KIND_VERSION=v0.8.1
17
18# defaults.image_tag=null will use the image tags in the Helm charts rather than
19# kind-voltha's default which is 'master'.
20# Also we need to specify the tag for voltha/voltha-onos image since this is
21# not in the ONOS chart.
22export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=master " # use the correct VOLTHA-ONOS image once merged
23
24# remove once the components have been released
25EXTRA_HELM_FLAGS+="--set images.adapter_open_onu_go.tag=master "