diff --git a/simple_ee_vnf/helm-charts/eechart/source/install.sh b/simple_ee_vnf/helm-charts/eechart/source/install.sh index 19bd3a6e20ef3afecbab530b89fbc2c22acaedf7..248ec4819f981c16cf71f1605646eef294a92697 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 c5d867434885ff060401450fd7fc10267b6c5c78..8d79df07fe42e5c356743eaff2cc407e0ab65370 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