diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-04-24 15:31:24 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-04-24 15:39:31 +0800 |
commit | 48a6c4252ce08f984510dddd2774dac5ea343e41 (patch) | |
tree | db36c0780e0c9a48b1185ad2f35b0d2d4e5c0cc5 /kubernetes | |
parent | f757d0bf7b5304bc727e98463943261b4829087b (diff) |
[HOLMES] Updated the Docker Version to the Latest
Updated docker versions.
Issue-ID: HOLMES-529
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Change-Id: Ib9b576f035a7daae556265ff6461894932d591a5
Diffstat (limited to 'kubernetes')
-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 ################################################################# |