[SO] Update the pods for cnf-adapter for the latest issues 16/124316/9
authorseshukm <seshu.kumar.m@huawei.com>
Fri, 17 Sep 2021 05:29:15 +0000 (10:59 +0530)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Fri, 8 Oct 2021 11:31:23 +0000 (13:31 +0200)
Istanbul related pairwise testing issues resolved and updated the pods

Issue-ID: SO-3747
Issue-ID: SO-3767
Issue-ID: SO-3768

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I39f45ef20efc0621580e2d6e1836bfbd224bd8a0

kubernetes/so/components/so-cnf-adapter/resources/config/overrides/override.yaml
kubernetes/so/components/so-cnf-adapter/values.yaml

index 9226434..c99465b 100755 (executable)
@@ -17,6 +17,7 @@
 aai:
   auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.server.aai.auth ) }}
   endpoint: https://aai.{{ include "common.namespace" . }}:8443
+  enabled: {{ .Values.global.aai.enabled }}
 logging:
   path: logs
 spring:
index f3d53c9..b7e8dd9 100755 (executable)
@@ -26,6 +26,8 @@ global:
   aaf:
     auth:
       header: ${AAF_AUTH}
+  aai:
+    enabled: true
 #################################################################
 # Secrets metaconfig
 #################################################################
@@ -74,7 +76,7 @@ secrets:
 #################################################################
 # Application configuration defaults.
 #################################################################
-image: onap/so/so-cnf-adapter:1.8.3
+image: onap/so/so-cnf-adapter:1.9.1
 pullPolicy: Always
 
 readinessCheck: