diff options
author | 2018-10-15 11:43:53 -0400 | |
---|---|---|
committer | 2018-10-15 11:56:54 -0400 | |
commit | f4096b44dde3712699fe37a1b035efb8441f9384 (patch) | |
tree | 29d5588d9a9815e4b1071d8ebc48d838c6cb9781 /charts/aaf-oauth | |
parent | 538a47ae343f9d521c4434c1f113d8c8ea8fa146 (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-oauth')
-rw-r--r-- | charts/aaf-oauth/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aaf-oauth/values.yaml b/charts/aaf-oauth/values.yaml index e52075a..72c793a 100644 --- a/charts/aaf-oauth/values.yaml +++ b/charts/aaf-oauth/values.yaml @@ -25,7 +25,7 @@ flavor: small ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/aaf/aaf_oauth:2.1.2-SNAPSHOT +image: onap/aaf/aaf_oauth:2.1.4-SNAPSHOT pullPolicy: Always |