diff options
author | Yury Novitsky <Yury.Novitsky@Amdocs.com> | 2018-05-09 09:14:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-09 09:14:10 +0000 |
commit | 54eab4210462d9b414fe07600b93dee450f0e14e (patch) | |
tree | a4db01e61a2cfa8525b81cebbfc12c7c2c719bef /kubernetes/consul/values.yaml | |
parent | 285042d955292b69d04564e0a59d209082d8b149 (diff) | |
parent | 339b749f934cb9dc32700e13cb2bb6a9f465d95b (diff) |
Merge "Fix consul images repo"
Diffstat (limited to 'kubernetes/consul/values.yaml')
-rw-r--r-- | kubernetes/consul/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/consul/values.yaml b/kubernetes/consul/values.yaml index 6ff0390991..0b5f7fe027 100644 --- a/kubernetes/consul/values.yaml +++ b/kubernetes/consul/values.yaml @@ -26,8 +26,8 @@ global: # Application configuration defaults. ################################################################# # application image -repository: oomk8s -image: consul:1.0.0 +repository: docker.io +image: oomk8s/consul:1.0.0 pullPolicy: Always #subchart name |