diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-03-02 19:29:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-02 19:29:46 +0000 |
commit | 4d50d37611e841b42c84e284d86a6e0707cfda35 (patch) | |
tree | a400324e261a6ade609d08e6f4d2b6ea37bf53d4 /kubernetes | |
parent | 49950bf1b6cd96d14da4cbc691c982812c9de16b (diff) | |
parent | 6202fd281b60dbeaef36eebd7eaba87429813473 (diff) |
Merge "[EXTAPI] Deploy R8 container image with nexus base for external api"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/nbi/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/nbi/values.yaml b/kubernetes/nbi/values.yaml index 158c0e9b0b..7b9c15083c 100644 --- a/kubernetes/nbi/values.yaml +++ b/kubernetes/nbi/values.yaml @@ -66,7 +66,7 @@ subChartsOnly: # application image repository: nexus3.onap.org:10001 -image: onap/externalapi/nbi:8.0.0 +image: onap/externalapi/nbi:8.0.1 pullPolicy: IfNotPresent sdc_authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU= aai_authorization: Basic QUFJOkFBSQ== |