diff options
author | wr148d <wr148d@att.com> | 2022-08-19 16:17:44 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-08-19 16:17:44 -0400 |
commit | cd3e6b79284f8103ed26663dedb6348f23af1636 (patch) | |
tree | c492a3ecf889581c3abe59de564e70bcd38c465e /kubernetes/aai/values.yaml | |
parent | 9a3395bd906fcdbcd619f82535d0ce7e913ee3c4 (diff) |
[AAI] Update OOM to include the latest version for AAI Kohn
Updates included to bump to the latest version of the schema v27
Issue-ID: AAI-3489
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I8d9fb8ed90a67b09556898d11ca45b4c6b8a06ad
Diffstat (limited to 'kubernetes/aai/values.yaml')
-rw-r--r-- | kubernetes/aai/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/aai/values.yaml b/kubernetes/aai/values.yaml index ebbf8b688c..94f2bea548 100644 --- a/kubernetes/aai/values.yaml +++ b/kubernetes/aai/values.yaml @@ -231,11 +231,11 @@ global: # global defaults version: # Current version of the REST API api: - default: v26 + default: v27 # 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,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26 + list: v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27 # Specifies from which version related link should appear related: link: v11 |