diff options
author | Grzegorz-Lis <grzegorz.lis@nokia.com> | 2020-08-19 10:25:39 +0200 |
---|---|---|
committer | Grzegorz Lis <grzegorz.lis@nokia.com> | 2020-08-19 10:01:47 +0000 |
commit | 10f555097f1e80a7ef17f1da889b44baef964b32 (patch) | |
tree | 8e6d23f27d6a5410866dfb80645469a14cb843c0 /kubernetes/dcaegen2/components/dcae-healthcheck/values.yaml | |
parent | fda0e908856c5c48720f011771fa3195f86dfc6d (diff) |
[DCAE] Update dcae-health-check to use container with K8S 1.17 API
Issue-ID: DCAEGEN2-2387
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I1a6854f8f4a8049fb24bd6054321fd33882febc3
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-healthcheck/values.yaml')
-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 ca9486f715..a818435a03 100644 --- a/kubernetes/dcaegen2/components/dcae-healthcheck/values.yaml +++ b/kubernetes/dcaegen2/components/dcae-healthcheck/values.yaml @@ -2,6 +2,7 @@ #================================================================================= # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # Modifications Copyright © 2018 Amdocs, Bell Canada +# Modifications Copyright © 2020 Nokia # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -45,7 +46,7 @@ readiness: periodSeconds: 10 # application image repository: nexus3.onap.org:10001 -image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.0.0 +image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.1.0 # Resource Limit flavor -By Default using small flavor: small |