From 5776b5feadb00b4b92ebfea3681a56144fe395a2 Mon Sep 17 00:00:00 2001 From: Gabriel Cuba Date: Fri, 2 Jun 2023 03:00:58 -0500 Subject: [PATCH] update image of simple_ee_vnf EE pod to OSM built api-fe image --- simple_ee_vnf/helm-charts/eechart/source/install.sh | 2 +- simple_ee_vnf/helm-charts/eechart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/simple_ee_vnf/helm-charts/eechart/source/install.sh b/simple_ee_vnf/helm-charts/eechart/source/install.sh index 19bd3a6e..248ec481 100755 --- a/simple_ee_vnf/helm-charts/eechart/source/install.sh +++ b/simple_ee_vnf/helm-charts/eechart/source/install.sh @@ -25,5 +25,5 @@ echo "Sample install.sh from source dir" #apt-get install -y ... # Install library to execute command remotely by ssh -#python3 -m pip install asyncssh +python3 -m pip install asyncssh 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 -- GitLab