diff options
author | Oleg Mitsura <oleg.mitsura@amdocs.com> | 2019-05-02 09:27:13 -0400 |
---|---|---|
committer | Oleg Mitsura <oleg.mitsura@amdocs.com> | 2019-05-02 09:37:29 -0400 |
commit | 21b61ec4e7784dc176f3082f4aa888abb887a7ce (patch) | |
tree | b849c925e4f5f8ebc4ecb6d0f9ebd0bd400e9d20 /kubernetes/common | |
parent | 96080d06124ab60ce9642a840e8b9b9ca15b2534 (diff) |
Bumped version of Casssandra 2.1.7 to 2.2.14
Issue-ID: OOM-1834
this image has newer JDK version, which is not affected by JDK7 issue resolving long hostnames.
Change-Id: Ibc94a7b88a24c2e83721e4ee1bab03550b65ffde
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Diffstat (limited to 'kubernetes/common')
-rw-r--r-- | kubernetes/common/cassandra/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/cassandra/values.yaml b/kubernetes/common/cassandra/values.yaml index d766b435ae..17760a7858 100644 --- a/kubernetes/common/cassandra/values.yaml +++ b/kubernetes/common/cassandra/values.yaml @@ -21,7 +21,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: library/cassandra:2.1.17 +image: library/cassandra:2.2.14 pullPolicy: Always # flag to enable debugging - application support required |