diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-07-13 09:36:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-13 09:36:58 +0000 |
commit | 2f15241c9449a56bfff6606071e3c5c538cd2a90 (patch) | |
tree | 410df9437bbe6bdb88630ab5ab28626a537f0ab8 /kubernetes/dcaegen2/components | |
parent | 589670d8f917f1b60700a0875675bebb3a0269d2 (diff) | |
parent | ea66ea747e683786aaeb3645ff0ea2181d89bebd (diff) |
Merge "[DCAEGEN2] Update DCAE healthcheck version"
Diffstat (limited to 'kubernetes/dcaegen2/components')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-healthcheck/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-healthcheck/values.yaml b/kubernetes/dcaegen2/components/dcae-healthcheck/values.yaml index a083694767..221e579943 100644 --- a/kubernetes/dcaegen2/components/dcae-healthcheck/values.yaml +++ b/kubernetes/dcaegen2/components/dcae-healthcheck/values.yaml @@ -3,6 +3,7 @@ # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # Modifications Copyright © 2018 Amdocs, Bell Canada # Modifications Copyright © 2020 Nokia +# Copyright (c) 2021 J. F. Lucas. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,7 +42,7 @@ readiness: initialDelaySeconds: 10 periodSeconds: 10 # application image -image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.1.0 +image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.2.0 # Resource Limit flavor -By Default using small flavor: small |