diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-25 14:50:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-25 14:50:51 +0000 |
commit | 08b973568127ca4cffbfdb86c3525a3a4addb188 (patch) | |
tree | 1dd5ec8fc8f32ee80ebf844acc82bb76335210b1 /kubernetes | |
parent | a81ab13a27971888892bee0d4326746ac89a5e8f (diff) | |
parent | 130393ac89896a6a2ce25fdc1d4e978d92faa3ac (diff) |
Merge "[VFC] Update image of components of VFC"
Diffstat (limited to 'kubernetes')
7 files changed, 7 insertions, 7 deletions
diff --git a/kubernetes/vfc/components/vfc-generic-vnfm-driver/values.yaml b/kubernetes/vfc/components/vfc-generic-vnfm-driver/values.yaml index df5d830bf7..ce52a3b0fe 100644 --- a/kubernetes/vfc/components/vfc-generic-vnfm-driver/values.yaml +++ b/kubernetes/vfc/components/vfc-generic-vnfm-driver/values.yaml @@ -26,7 +26,7 @@ global: # application image flavor: small -image: onap/vfc/gvnfmdriver:1.4.0 +image: onap/vfc/gvnfmdriver:1.4.1 pullPolicy: Always #Istio sidecar injection policy diff --git a/kubernetes/vfc/components/vfc-huawei-vnfm-driver/values.yaml b/kubernetes/vfc/components/vfc-huawei-vnfm-driver/values.yaml index 8718aff291..548cab8d0f 100644 --- a/kubernetes/vfc/components/vfc-huawei-vnfm-driver/values.yaml +++ b/kubernetes/vfc/components/vfc-huawei-vnfm-driver/values.yaml @@ -26,7 +26,7 @@ global: # application image flavor: small -image: onap/vfc/nfvo/svnfm/huawei:1.3.8 +image: onap/vfc/nfvo/svnfm/huawei:1.3.9 pullPolicy: Always #Istio sidecar injection policy diff --git a/kubernetes/vfc/components/vfc-nslcm/values.yaml b/kubernetes/vfc/components/vfc-nslcm/values.yaml index 6b23913a51..5854a370a2 100644 --- a/kubernetes/vfc/components/vfc-nslcm/values.yaml +++ b/kubernetes/vfc/components/vfc-nslcm/values.yaml @@ -36,7 +36,7 @@ secrets: # application image flavor: small -image: onap/vfc/nslcm:1.4.1 +image: onap/vfc/nslcm:1.4.3 pullPolicy: Always #Istio sidecar injection policy diff --git a/kubernetes/vfc/components/vfc-vnflcm/values.yaml b/kubernetes/vfc/components/vfc-vnflcm/values.yaml index a58b4daa68..acdf006992 100644 --- a/kubernetes/vfc/components/vfc-vnflcm/values.yaml +++ b/kubernetes/vfc/components/vfc-vnflcm/values.yaml @@ -36,7 +36,7 @@ secrets: # application image flavor: small -image: onap/vfc/vnflcm:1.4.0 +image: onap/vfc/vnflcm:1.4.1 pullPolicy: Always #Istio sidecar injection policy diff --git a/kubernetes/vfc/components/vfc-vnfmgr/values.yaml b/kubernetes/vfc/components/vfc-vnfmgr/values.yaml index 85de68ea47..aa327792b3 100644 --- a/kubernetes/vfc/components/vfc-vnfmgr/values.yaml +++ b/kubernetes/vfc/components/vfc-vnfmgr/values.yaml @@ -36,7 +36,7 @@ secrets: # application image flavor: small -image: onap/vfc/vnfmgr:1.3.9 +image: onap/vfc/vnfmgr:1.4.0 pullPolicy: Always #Istio sidecar injection policy diff --git a/kubernetes/vfc/components/vfc-vnfres/values.yaml b/kubernetes/vfc/components/vfc-vnfres/values.yaml index fd8b26f387..7683912aa2 100644 --- a/kubernetes/vfc/components/vfc-vnfres/values.yaml +++ b/kubernetes/vfc/components/vfc-vnfres/values.yaml @@ -36,7 +36,7 @@ secrets: # application image flavor: small -image: onap/vfc/vnfres:1.3.8 +image: onap/vfc/vnfres:1.3.9 pullPolicy: Always #Istio sidecar injection policy diff --git a/kubernetes/vfc/components/vfc-zte-vnfm-driver/values.yaml b/kubernetes/vfc/components/vfc-zte-vnfm-driver/values.yaml index 4dbdfe9e33..9edcfbf5e1 100644 --- a/kubernetes/vfc/components/vfc-zte-vnfm-driver/values.yaml +++ b/kubernetes/vfc/components/vfc-zte-vnfm-driver/values.yaml @@ -26,7 +26,7 @@ global: # application image flavor: small -image: onap/vfc/ztevnfmdriver:1.3.8 +image: onap/vfc/ztevnfmdriver:1.4.0 pullPolicy: Always #Istio sidecar injection policy |