From ea67ba8008671870032dc175d4fe8e6fb0911e64 Mon Sep 17 00:00:00 2001 From: cubag Date: Thu, 4 May 2023 06:39:09 +0000 Subject: [PATCH] set the helm EE image to the correct repository in secure_ee_vnf --- simple_secure_ee_vnf/helm-charts/eechart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple_secure_ee_vnf/helm-charts/eechart/values.yaml b/simple_secure_ee_vnf/helm-charts/eechart/values.yaml index 1b3b462c..8d79df07 100755 --- a/simple_secure_ee_vnf/helm-charts/eechart/values.yaml +++ b/simple_secure_ee_vnf/helm-charts/eechart/values.yaml @@ -5,8 +5,8 @@ replicaCount: 1 image: - repository: gcuba/docker-api-fe - tag: grpc-tls + repository: opensourcemano/api-fe + tag: latest pullPolicy: IfNotPresent imagePullSecrets: [] -- GitLab