blob: 62a3c413863560a546c93754c61a39c3703fcbaa [file] [log] [blame]
Andy Bavier3e262f22018-03-22 12:24:41 -07001---
Andy Bavier3e262f22018-03-22 12:24:41 -07002# Copyright 2018-present Open Networking Foundation
3#
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
Zack Williamsfc1568d2018-05-15 10:24:25 -070016# Only pull docker images if not already present
Andy Bavier3e262f22018-03-22 12:24:41 -070017
Matteo Scandolof6c28df2018-05-08 11:44:05 -070018# in xos-core, rcord-lite, onos and voltha charts
Matteo Scandoloe2965c92018-05-08 13:22:20 -070019imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070020
Andy Bavierda6e0952018-05-01 13:48:56 -070021# in service charts
Andy Bavier3e262f22018-03-22 12:24:41 -070022addressmanager:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070023 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070024fabric:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070025 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070026onos-service:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070027 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070028volt:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070029 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070030vsg-hw:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070031 imagePullPolicy: 'IfNotPresent'
Scott Baker0219e692018-04-10 07:50:23 -070032kubernetes:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070033 imagePullPolicy: 'IfNotPresent'
Matteo Scandolod14fe552018-05-15 11:36:32 -070034rcord:
35 imagePullPolicy: 'IfNotPresent'
Luca Prete9c405c22018-05-03 17:59:41 -070036vrouter:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070037 imagePullPolicy: 'IfNotPresent'
Matteo Scandolof6c28df2018-05-08 11:44:05 -070038xos-gui:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070039 imagePullPolicy: 'IfNotPresent'
Scott Baker22e46b72018-05-07 09:06:53 -070040simpleexampleservice:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070041 imagePullPolicy: 'IfNotPresent'
Scott Bakera08a2d72018-05-22 16:09:14 -070042openstack:
43 imagePullPolicy: 'IfNotPresent'