diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2022-03-31 13:19:02 +0800 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-05-12 14:05:13 +0000 |
commit | 20285ba188c0bef9af247008bd314d921efb6a8b (patch) | |
tree | e928c5504cebbd5dd7c111b328f5b19bc09f79b2 /kubernetes/vfc/components/vfc-vnflcm | |
parent | dd0e54ebed5649175959c213ed104cf6aa13174f (diff) |
[VFC] Update the container version of VFC
Updates the container version of VFC components for Jakarta
Change-Id: I455d04eb92e1dbfa99732f2d2d72fdc65010ed87
Issue-ID: VFC-1931
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'kubernetes/vfc/components/vfc-vnflcm')
-rw-r--r-- | kubernetes/vfc/components/vfc-vnflcm/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vfc/components/vfc-vnflcm/values.yaml b/kubernetes/vfc/components/vfc-vnflcm/values.yaml index e4ae447491..f29169268e 100644 --- a/kubernetes/vfc/components/vfc-vnflcm/values.yaml +++ b/kubernetes/vfc/components/vfc-vnflcm/values.yaml @@ -41,7 +41,7 @@ secrets: # application image flavor: small -image: onap/vfc/vnflcm:1.4.2 +image: onap/vfc/vnflcm:1.4.3 pullPolicy: Always #Istio sidecar injection policy |