diff options
author | Jack Lucas <jflucas@research.att.com> | 2020-03-30 15:56:46 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2020-03-31 16:07:24 -0400 |
commit | 8d8c9b9333a8a00f16d74684e74632334198cb25 (patch) | |
tree | ea0baf0c8e98ca7123f5c55a792baca3265911ec /kubernetes/dcaemod/components/dcaemod-designtool/values.yaml | |
parent | ddd1de41d3cc17ad53048bad2c81e2fc1757a5ea (diff) |
Update MOD component versions
Use images that do not run as root
Issue-ID: DCAEGEN2-2170
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I5766128c6005ba0087f8eb469e74386c4c9f310b
Diffstat (limited to 'kubernetes/dcaemod/components/dcaemod-designtool/values.yaml')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-designtool/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-designtool/values.yaml b/kubernetes/dcaemod/components/dcaemod-designtool/values.yaml index d9e00ace0f..f2320a1387 100644 --- a/kubernetes/dcaemod/components/dcaemod-designtool/values.yaml +++ b/kubernetes/dcaemod/components/dcaemod-designtool/values.yaml @@ -31,13 +31,13 @@ global: enabled: false config: - nifiJarsIndexURL: http://dcaemod-genprocessor/nifi-jars + nifiJarsIndexURL: http://dcaemod-genprocessor:8080/nifi-jars distributorAPIURL: /distributor curlImage: curlimages/curl:7.68.0 # application image repository: nexus3.onap.org:10001 -image: onap/org.onap.dcaegen2.platform.mod.designtool-web:1.0.0 +image: onap/org.onap.dcaegen2.platform.mod.designtool-web:1.0.2 service: type: ClusterIP |