aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/components/aai-resources
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-08-19 16:17:44 -0400
committerwr148d <wr148d@att.com>2022-08-19 16:17:44 -0400
commitcd3e6b79284f8103ed26663dedb6348f23af1636 (patch)
treec492a3ecf889581c3abe59de564e70bcd38c465e /kubernetes/aai/components/aai-resources
parent9a3395bd906fcdbcd619f82535d0ce7e913ee3c4 (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/components/aai-resources')
-rw-r--r--kubernetes/aai/components/aai-resources/values.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/aai/components/aai-resources/values.yaml b/kubernetes/aai/components/aai-resources/values.yaml
index 4952535ea5..32aba76d25 100644
--- a/kubernetes/aai/components/aai-resources/values.yaml
+++ b/kubernetes/aai/components/aai-resources/values.yaml
@@ -77,11 +77,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
@@ -157,7 +157,7 @@ certInitializer:
chown -R 1000 {{ .Values.credsPath }}
# application image
-image: onap/aai-resources:1.9.5
+image: onap/aai-resources:1.9.6
pullPolicy: Always
restartPolicy: Always
flavor: small