diff options
author | 2020-11-21 21:32:40 +0100 | |
---|---|---|
committer | 2020-11-21 21:34:31 +0100 | |
commit | f83984f253ac78cddef1344e986140d9bea6892c (patch) | |
tree | a592affe7119b7e393f35185798d55e848f6ffe6 /kubernetes/clamp/values.yaml | |
parent | 2b2aa11021114438591d184af19fde6bbf06950a (diff) |
[CLAMP] Uses new tpls for repos / images
This commit makes clamp chart to use the new generator for repositories and
images.
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I5e266d3adaecc1cb65c35732c2d174dd159b8a03
Diffstat (limited to 'kubernetes/clamp/values.yaml')
-rw-r--r-- | kubernetes/clamp/values.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kubernetes/clamp/values.yaml b/kubernetes/clamp/values.yaml index 34ab79f73a..b2b37d3755 100644 --- a/kubernetes/clamp/values.yaml +++ b/kubernetes/clamp/values.yaml @@ -18,9 +18,6 @@ ################################################################# global: # global defaults nodePortPrefix: 302 - readinessImage: onap/oom/readiness:3.0.1 - loggingRepository: docker.elastic.co - loggingImage: beats/filebeat:5.5.0 centralizedLoggingEnabled: true #AAF service aafEnabled: true @@ -92,7 +89,6 @@ subChartsOnly: flavor: small # application image -repository: nexus3.onap.org:10001 image: onap/clamp-frontend:5.1.5 pullPolicy: Always |