summaryrefslogtreecommitdiffstats
path: root/charts/aaf-hello
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-10-15 11:43:53 -0400
committerMike Elliott <mike.elliott@amdocs.com>2018-10-15 11:56:54 -0400
commitf4096b44dde3712699fe37a1b035efb8441f9384 (patch)
tree29d5588d9a9815e4b1071d8ebc48d838c6cb9781 /charts/aaf-hello
parent538a47ae343f9d521c4434c1f113d8c8ea8fa146 (diff)
Replace liveness probe & update images
Updating to latest snapshot images. File-based "wait" being replaced with standard port-based liveness probe to fix cassandra from not starting for AAF. Change-Id: If08d6bbf766abfcebe14d23894cde9c21c96c510 Issue-ID: AAF-557 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'charts/aaf-hello')
-rw-r--r--charts/aaf-hello/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aaf-hello/values.yaml b/charts/aaf-hello/values.yaml
index 9f694be..b8bbaed 100644
--- a/charts/aaf-hello/values.yaml
+++ b/charts/aaf-hello/values.yaml
@@ -25,7 +25,7 @@ flavor: small
#################################################################
# application image
repository: nexus3.onap.org:10001
-image: onap/aaf/aaf_hello:2.1.2-SNAPSHOT
+image: onap/aaf/aaf_hello:2.1.4-SNAPSHOT
pullPolicy: Always