diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-03-13 14:01:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-13 14:01:47 +0000 |
commit | b078f909adbff4bc8ed42b8e5e501e72c9f42bd4 (patch) | |
tree | 9e802904f89da93d657fb73d2c0f89f0d18170ca | |
parent | 215bb81eb81b56e50e6f4c07a897c5e40b387005 (diff) | |
parent | 3c90a1f7b6312510c34fbfa7a71a7736a600537a (diff) |
Merge "Add the v16 to supported versions"
-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 |