diff options
author | 2020-04-18 00:07:43 +0000 | |
---|---|---|
committer | 2020-04-18 00:07:43 +0000 | |
commit | 01afa345d2b0ef932b883cacdc56b5e5cb554c32 (patch) | |
tree | b15de76fb6c0ecd26c787ee09fa767f2a9284c47 /kubernetes/oof/charts/oof-has/values.yaml | |
parent | 99e75ae24a317a678b1a54d8b4c1b6fb652ca9df (diff) | |
parent | 1cddd1d4b1dcc6bb13eb6c4ab79a2e831c9d77dd (diff) |
Merge "Update oom with the latest release version for OOF"
Diffstat (limited to 'kubernetes/oof/charts/oof-has/values.yaml')
-rwxr-xr-x | kubernetes/oof/charts/oof-has/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/oof/charts/oof-has/values.yaml b/kubernetes/oof/charts/oof-has/values.yaml index d2611abb2a..730d6e20a1 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.3.3 + optf_has: onap/optf-has:2.0.2 filebeat: docker.elastic.co/beats/filebeat:5.5.0 pullPolicy: Always @@ -66,3 +66,4 @@ resources: memory: 2Gi cpu: 1000m unlimited: {} + |