diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-04-08 13:45:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-08 13:45:56 +0000 |
commit | 51a3229247fe40fcc5bd63bd3b673e216b6e37ee (patch) | |
tree | 685f80365a6773a9c3f667a04f9b045677317c05 /kubernetes/holmes/components | |
parent | d3166747bb93ccaba9d471acce373850d7d6f35f (diff) | |
parent | 7cf6d986456abafa8daab077cee6d87745c49e4d (diff) |
Merge "[HOLMES] Fixed the Start-up Failure in the Dualstack Env"
Diffstat (limited to 'kubernetes/holmes/components')
-rw-r--r-- | kubernetes/holmes/components/holmes-engine-mgmt/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/holmes/components/holmes-rule-mgmt/values.yaml | 2 |
2 files changed, 2 insertions, 2 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 ################################################################# 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 ################################################################# |