commit | f6c28dfd1eec94cecd6bbfb2d772e6c988a002aa | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue May 08 11:44:05 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue May 08 12:17:00 2018 -0700 |
tree | 5389598fb011e5858bfdddc293bfe3cb1ffda261 | |
parent | a5637dc8da6ac5e03d2367431b28312b85300717 [diff] [blame] |
[CORD-3026] Unify the usage of imagePullPolicy in helm-charts Change-Id: I6135a81060eeb7f2831ce9c7207339f92017c10e
diff --git a/onos/values.yaml b/onos/values.yaml index 601e46d..795176a 100644 --- a/onos/values.yaml +++ b/onos/values.yaml
@@ -20,10 +20,8 @@ replicaCount: 1 -image: - repository: onosproject/onos - tag: 1.13.1 - pullPolicy: IfNotPresent +imagePullPolicy: IfNotPresent +onosImage: 'onosproject/onos:1.13.1' nameOverride: "" fullnameOverride: ""