diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-04-07 14:07:38 +0800 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-04-24 13:27:01 +0000 |
commit | f116063feae49073d5cc850f8508e002db0c7357 (patch) | |
tree | 95c508e36c7ccf7ca295aefff2331c06b572c865 /kubernetes/holmes/components/holmes-engine-mgmt | |
parent | 06eacdc8e156fcb2ff94d50a40ce03338045a823 (diff) |
[HOLMES] Fixed the Start-up Failure in the Dualstack Env
Fixed the start-up failure in the dualstack and hence, updated the
docker image version.
Change-Id: Id0e98596016fe1fb772814b213792a1f6f5de439
Issue-ID: HOLMES-429
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'kubernetes/holmes/components/holmes-engine-mgmt')
-rw-r--r-- | kubernetes/holmes/components/holmes-engine-mgmt/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml index c75fe0b7ba..f27f4bac79 100644 --- a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml @@ -25,7 +25,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/holmes/engine-management:1.3.2 +image: onap/holmes/engine-management:1.3.3 consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.0.0 ################################################################# |