diff --git a/simple_ee_vnf/helm-charts/eechart/source/install.sh b/simple_ee_vnf/helm-charts/eechart/source/install.sh index 248ec4819f981c16cf71f1605646eef294a92697..19bd3a6e20ef3afecbab530b89fbc2c22acaedf7 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 84cb21b701265e7f293d7b771d389907dba8c988..c5d867434885ff060401450fd7fc10267b6c5c78 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: illoret/grpcee + repository: gcr.io/whitestack/osm/simple_ee tag: latest pullPolicy: IfNotPresent diff --git a/updated_simple_ee_vnf/helm-charts/eechart/source/install.sh b/updated_simple_ee_vnf/helm-charts/eechart/source/install.sh index 248ec4819f981c16cf71f1605646eef294a92697..19bd3a6e20ef3afecbab530b89fbc2c22acaedf7 100755 --- a/updated_simple_ee_vnf/helm-charts/eechart/source/install.sh +++ b/updated_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/updated_simple_ee_vnf/helm-charts/eechart/values.yaml b/updated_simple_ee_vnf/helm-charts/eechart/values.yaml index 84cb21b701265e7f293d7b771d389907dba8c988..c5d867434885ff060401450fd7fc10267b6c5c78 100755 --- a/updated_simple_ee_vnf/helm-charts/eechart/values.yaml +++ b/updated_simple_ee_vnf/helm-charts/eechart/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: illoret/grpcee + repository: gcr.io/whitestack/osm/simple_ee tag: latest pullPolicy: IfNotPresent