From 835fb7e088c8052f787e5f8bcbf8209f712f8ac9 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Fri, 2 Nov 2018 06:30:11 -0700 Subject: [PATCH] Upgrade OOF version in Helm charts Upgrade OSDF and HAS version to 1.2.4 which includes AAF integration fixes and OSDF bug fixes Change-Id: Ia7ed0c53aa47fef3bd447a1ebf37381cc8360536 Issue-ID: OPTFRA-384 Signed-off-by: Dileep Ranganathan --- kubernetes/oof/charts/oof-has/values.yaml | 2 +- kubernetes/oof/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/oof/charts/oof-has/values.yaml b/kubernetes/oof/charts/oof-has/values.yaml index 952aa830a9..d825e4437b 100755 --- a/kubernetes/oof/charts/oof-has/values.yaml +++ b/kubernetes/oof/charts/oof-has/values.yaml @@ -25,7 +25,7 @@ global: commonConfigPrefix: onap-oof-has image: readiness: oomk8s/readiness-check:2.0.0 - optf_has: onap/optf-has:1.2.3 + optf_has: onap/optf-has:1.2.4 filebeat: docker.elastic.co/beats/filebeat:5.5.0 pullPolicy: Always diff --git a/kubernetes/oof/values.yaml b/kubernetes/oof/values.yaml index 1d926fa643..24a0333e5a 100644 --- a/kubernetes/oof/values.yaml +++ b/kubernetes/oof/values.yaml @@ -26,7 +26,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/optf-osdf:1.2.3 +image: onap/optf-osdf:1.2.4 pullPolicy: Always # flag to enable debugging - application support required -- 2.16.6