From e334678364908b783cffa3f67fecb486c78a357f Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 14 Feb 2023 10:00:26 +0100 Subject: [PATCH] Use opensourcemano/api-fe image instead of illoret/grpcee Signed-off-by: garciadeblas --- .../hackfest_magma-agw-enb_vnfd/helm-charts/eechart/values.yaml | 2 +- simple_ee_vnf/helm-charts/eechart/values.yaml | 2 +- snmp_ee_vnf/helm-charts/eechart/values.yaml | 2 +- snmp_setcomm_ee_vnf/helm-charts/eechart/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/magma/hackfest_magma-agw-enb_vnfd/helm-charts/eechart/values.yaml b/magma/hackfest_magma-agw-enb_vnfd/helm-charts/eechart/values.yaml index 2aa93487..829c51d4 100644 --- a/magma/hackfest_magma-agw-enb_vnfd/helm-charts/eechart/values.yaml +++ b/magma/hackfest_magma-agw-enb_vnfd/helm-charts/eechart/values.yaml @@ -5,7 +5,7 @@ global: replicaCount: 1 image: - repository: illoret/grpcee + repository: opensourcemano/api-fe tag: latest pullPolicy: IfNotPresent diff --git a/simple_ee_vnf/helm-charts/eechart/values.yaml b/simple_ee_vnf/helm-charts/eechart/values.yaml index c5d86743..8d79df07 100755 --- a/simple_ee_vnf/helm-charts/eechart/values.yaml +++ b/simple_ee_vnf/helm-charts/eechart/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: gcr.io/whitestack/osm/simple_ee + repository: opensourcemano/api-fe tag: latest pullPolicy: IfNotPresent diff --git a/snmp_ee_vnf/helm-charts/eechart/values.yaml b/snmp_ee_vnf/helm-charts/eechart/values.yaml index 7006b5df..3ddb708e 100755 --- a/snmp_ee_vnf/helm-charts/eechart/values.yaml +++ b/snmp_ee_vnf/helm-charts/eechart/values.yaml @@ -9,7 +9,7 @@ global: replicaCount: 1 image: - repository: illoret/grpcee + repository: opensourcemano/api-fe tag: latest pullPolicy: IfNotPresent diff --git a/snmp_setcomm_ee_vnf/helm-charts/eechart/values.yaml b/snmp_setcomm_ee_vnf/helm-charts/eechart/values.yaml index 7006b5df..3ddb708e 100755 --- a/snmp_setcomm_ee_vnf/helm-charts/eechart/values.yaml +++ b/snmp_setcomm_ee_vnf/helm-charts/eechart/values.yaml @@ -9,7 +9,7 @@ global: replicaCount: 1 image: - repository: illoret/grpcee + repository: opensourcemano/api-fe tag: latest pullPolicy: IfNotPresent -- GitLab