diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-04-25 10:41:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-25 10:41:58 +0000 |
commit | 7028df99184a73b69d712ca2f6b0a72f00d2bfa9 (patch) | |
tree | f0ce7e13e05b5570b6941c3f461c0db13e9cd1f3 /kubernetes/holmes | |
parent | 88326640e401f7a44ce3fe9364d02d1f7886e61a (diff) | |
parent | 48a6c4252ce08f984510dddd2774dac5ea343e41 (diff) |
Merge "[HOLMES] Updated the Docker Version to the Latest"
Diffstat (limited to 'kubernetes/holmes')
-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 c8ec225545..5781dabb85 100644 --- a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml @@ -28,7 +28,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/holmes/engine-management:10.0.2 +image: onap/holmes/engine-management:10.0.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 94076194e0..fbe873b184 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml @@ -28,7 +28,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/holmes/rule-management:10.0.2 +image: onap/holmes/rule-management:10.0.3 consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.0.0 ################################################################# |