diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2024-01-24 11:20:49 +0100 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2024-01-26 09:32:41 +0100 |
commit | 511202be47cafa7ce158d0c20c01cb54ae4a8edb (patch) | |
tree | 86534145137fb1166d09013fc85eaad809ccdec9 | |
parent | 2ee6ad456a91061d64b859ba20108c7e3c556de3 (diff) |
[AAI] Use latest aai-resources image
Use the latest aai-resources which fix a bug with A&AI bulk API
Issue-ID: AAI-3722
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I091944668d85aac2e24d789365a9f8aea180000f
-rw-r--r-- | kubernetes/aai/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/aai/components/aai-resources/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/aai/components/aai-resources/values.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/aai/Chart.yaml b/kubernetes/aai/Chart.yaml index 6033d41884..7f00c2f002 100644 --- a/kubernetes/aai/Chart.yaml +++ b/kubernetes/aai/Chart.yaml @@ -18,7 +18,7 @@ apiVersion: v2 description: ONAP Active and Available Inventory name: aai -version: 13.0.0 +version: 13.0.1 dependencies: - name: common diff --git a/kubernetes/aai/components/aai-resources/Chart.yaml b/kubernetes/aai/components/aai-resources/Chart.yaml index 54fa70c056..3594492675 100644 --- a/kubernetes/aai/components/aai-resources/Chart.yaml +++ b/kubernetes/aai/components/aai-resources/Chart.yaml @@ -18,7 +18,7 @@ apiVersion: v2 description: ONAP AAI resources name: aai-resources -version: 13.0.0 +version: 13.0.1 dependencies: - name: common diff --git a/kubernetes/aai/components/aai-resources/values.yaml b/kubernetes/aai/components/aai-resources/values.yaml index cf8d17ba2b..007c60e19e 100644 --- a/kubernetes/aai/components/aai-resources/values.yaml +++ b/kubernetes/aai/components/aai-resources/values.yaml @@ -123,7 +123,7 @@ aai_enpoints: url: external-system # application image -image: onap/aai-resources:1.12.3 +image: onap/aai-resources:1.13.0 pullPolicy: Always restartPolicy: Always flavor: small |