diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-19 17:17:17 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-24 09:36:27 +0100 |
commit | b086445cd7ee8f3f18f331e1c2a509cb4061f26f (patch) | |
tree | 446d91c06a551de06e006dfa7ae4bbb18f99aa9a /kubernetes/common/mongo/values.yaml | |
parent | febf47fd7552d4551bbdcd9ae4898cdafad818f1 (diff) |
[COMMON][MONGO] Uses new tpls for repos / images
This commit makes mongo template to use the new generator for repositories and
images.
As mongo images are coming from dockerhub, we're using directly this repository.
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I9b3715de78d946d82b04f92b425bb9ae4fe2c806
Diffstat (limited to 'kubernetes/common/mongo/values.yaml')
-rw-r--r-- | kubernetes/common/mongo/values.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kubernetes/common/mongo/values.yaml b/kubernetes/common/mongo/values.yaml index 223234fa86..ee1d8c72fa 100644 --- a/kubernetes/common/mongo/values.yaml +++ b/kubernetes/common/mongo/values.yaml @@ -18,14 +18,12 @@ global: nodePortPrefix: 302 persistence: {} - readinessImage: onap/oom/readiness:3.0.1 ################################################################# # Application configuration defaults. ################################################################# -dockerHubRepository: docker.io image: library/mongo:4.0.8 pullPolicy: Always |