blob: ff2254c08ecf0cc662354e29671b91f92d281abc [file] [log] [blame]
Suchitra Vemuribcdac362019-02-12 12:21:16 -08001---
Joey Armstrong003e83e2023-01-09 20:23:48 -05002# Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
Suchitra Vemuribcdac362019-02-12 12:21:16 -08003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
17
18# This file is used to optionally customize helm charts installations
19
20images:
21 netconf:
22 repository: 'voltha/voltha-netconf'
23 tag: 'voltha-1.6'
24
25 ofagent:
26 repository: 'voltha/voltha-ofagent'
27 tag: 'voltha-1.6'
28
29 vcli:
30 repository: 'voltha/voltha-cli'
31 tag: 'voltha-1.6'
32
33 vcore:
34 repository: 'voltha/voltha-voltha'
35 tag: 'voltha-1.6'
36
37 envoy_for_etcd:
38 repository: 'voltha/voltha-envoy'
39 tag: 'voltha-1.6'
40
41 alarm_generator:
42 repository: 'voltha/voltha-alarm-generator'
43 tag: 'voltha-1.6'