diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-19 17:38:23 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-21 08:13:50 +0000 |
commit | 666bedf59dad94a49d50b8fd16868d31d714b083 (patch) | |
tree | ff8cb29cb0ae62201a0349fcb17e829025a21dc0 /kubernetes/uui/values.yaml | |
parent | 2b2aa11021114438591d184af19fde6bbf06950a (diff) |
[UUI] Uses new tpls for repos / images
This commit makes UUI template to use the new generator for repositories and
images.
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I0578820c2ac414bd2e3acd8b961cf16c1de46fde
Diffstat (limited to 'kubernetes/uui/values.yaml')
-rw-r--r-- | kubernetes/uui/values.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 77351f9f3e..1adb2565a0 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -17,7 +17,6 @@ # Declare variables to be passed into your templates. global: uuiPortPrefix: 303 - readinessImage: onap/oom/readiness:3.0.1 subChartsOnly: enabled: true @@ -25,7 +24,6 @@ subChartsOnly: flavor: small # application image -repository: nexus3.onap.org:10001 image: onap/usecase-ui:3.0.6 pullPolicy: Always |