diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-02-22 20:53:44 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-02-23 13:24:59 +0530 |
commit | 3865d69d33f8f69f7d075d8597b4178e3a5c1442 (patch) | |
tree | 9ca561609e286697a5566732bebd01b5d9b0033e /kubernetes/oof/components/oof-has/values.yaml | |
parent | 572f2249f452136d12b7cf0fdcfc4c418d5177af (diff) |
[OOF] Update image versions
- Update OSDF to 3.0.3
- NST selection enhancements
- Interface with consul
- Update HAS to 2.1.3
- New candidate support(NST)
- Update CMSO to 2.3.1
- Fixed security vulnerabilities
Issue-ID: OPTFRA-904
Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com>
Change-Id: Ib78325aba6e043c06a9e766298f91badf1af4d27
Diffstat (limited to 'kubernetes/oof/components/oof-has/values.yaml')
-rwxr-xr-x | kubernetes/oof/components/oof-has/values.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kubernetes/oof/components/oof-has/values.yaml b/kubernetes/oof/components/oof-has/values.yaml index 1389044870..2891f806c3 100755 --- a/kubernetes/oof/components/oof-has/values.yaml +++ b/kubernetes/oof/components/oof-has/values.yaml @@ -19,7 +19,7 @@ global: commonConfigPrefix: onap-oof-has image: - optf_has: onap/optf-has:2.1.2 + optf_has: onap/optf-has:2.1.3 persistence: enabled: true @@ -52,6 +52,12 @@ config: sms: serviceName: aaf-sms port: 10443 + sdc: + serviceName: sdc-be + port: 8443 + cps: + service: cps-tbdmt + port: 8080 # Resource Limit flavor -By Default using small flavor: small # Segregation for Different environment (Small and Large) |