diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-04-07 14:07:38 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-04-08 09:11:31 +0800 |
commit | 7cf6d986456abafa8daab077cee6d87745c49e4d (patch) | |
tree | e30d2168690d236f151b39c7892979306d63121f /kubernetes/holmes/components/holmes-rule-mgmt | |
parent | 01f77c9e94756b3107bedbee87ca0c6deb05e248 (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-rule-mgmt')
-rw-r--r-- | kubernetes/holmes/components/holmes-rule-mgmt/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml index 4415bc15e7..91998f3809 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml @@ -25,7 +25,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/holmes/rule-management:1.3.2 +image: onap/holmes/rule-management:1.3.3 consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.0.0 ################################################################# |