diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-09-07 13:27:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-07 13:27:07 +0000 |
commit | 6e7a8495d82cf0895350b9f8b85b15d99fe69df4 (patch) | |
tree | a9df3e247d6761279a9c21125499b2bfd4f49d52 /kubernetes | |
parent | 222709edc107d5317672b8bed2296c38bf0c8570 (diff) | |
parent | a64693b6107905f18910b3104e232397ab489acc (diff) |
Merge "Bump OOF image versions to 1.2.1"
Diffstat (limited to 'kubernetes')
-rwxr-xr-x | kubernetes/oof/charts/oof-has/values.yaml | 2 | ||||
-rw-r--r-- | 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 c8a9f03f6a..fa6b4100d8 100755 --- a/kubernetes/oof/charts/oof-has/values.yaml +++ b/kubernetes/oof/charts/oof-has/values.yaml @@ -24,7 +24,7 @@ global: commonConfigPrefix: onap-oof-has image: readiness: oomk8s/readiness-check:2.0.0 - optf_has: onap/optf-has:1.2.0 + optf_has: onap/optf-has:1.2.1 filebeat: docker.elastic.co/beats/filebeat:5.5.0 pullPolicy: Always diff --git a/kubernetes/oof/values.yaml b/kubernetes/oof/values.yaml index fae9d93acf..ac1bcc0cb1 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.0 +image: onap/optf-osdf:1.2.1 pullPolicy: Always # flag to enable debugging - application support required |