diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2019-03-12 14:11:15 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2019-03-12 14:11:18 -0400 |
commit | 3c90a1f7b6312510c34fbfa7a71a7736a600537a (patch) | |
tree | 88d6cc3bb176d6fa32c649c1ad219bfe5b6242a3 | |
parent | cff7b3ddbc9dbe64076738133bc06d3b1cef1758 (diff) |
Add the v16 to supported versions
Issue-ID: AAI-2161
Change-Id: I7493293c8871040935d030d1da4d0f608a8170db
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
-rw-r--r-- | values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/values.yaml b/values.yaml index dab171d..e86c416 100644 --- a/values.yaml +++ b/values.yaml @@ -176,11 +176,11 @@ global: # global defaults version: # Current version of the REST API api: - default: v15 + default: v16 # Specifies which version the depth parameter is configurable depth: v11 # List of all the supported versions of the API - list: v11,v12,v13,v14,v15 + list: v11,v12,v13,v14,v15,v16 # Specifies from which version related link should appear related: link: v11 |