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-runtime-api | |
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-runtime-api')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml index a56552e6c0..d5da039ad1 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml @@ -72,7 +72,7 @@ readiness: # application image repository: nexus3.onap.org:10001 -image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.0.1 +image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.0.2 # Resource Limit flavor -By Default using small flavor: small |