From e35b86f26cf06d483fbe2db0406cd7574a82162a Mon Sep 17 00:00:00 2001 From: Gabriel Cuba Date: Wed, 8 Feb 2023 09:53:55 -0500 Subject: [PATCH] Sets a new EE image for simple_ee and updated_simple_ee packages, which already has dependencies installed and runs as non-root --- simple_ee_vnf/helm-charts/eechart/source/install.sh | 2 +- simple_ee_vnf/helm-charts/eechart/values.yaml | 2 +- updated_simple_ee_vnf/helm-charts/eechart/source/install.sh | 2 +- updated_simple_ee_vnf/helm-charts/eechart/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/simple_ee_vnf/helm-charts/eechart/source/install.sh b/simple_ee_vnf/helm-charts/eechart/source/install.sh index 248ec481..19bd3a6e 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 84cb21b7..c5d86743 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 248ec481..19bd3a6e 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 84cb21b7..c5d86743 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 -- GitLab