From a7876b020d113f2abd75b7deeb187d809f06418f Mon Sep 17 00:00:00 2001 From: Alexandre Peixoto Ferreira Date: Wed, 26 Oct 2022 09:24:45 -0500 Subject: [PATCH] Move to SMARTER container repository) Signed-off-by: Alexandre Peixoto Ferreira --- README.md | 7 +++++++ chart/values.yaml | 2 +- compile.sh | 2 +- smarter-device-management-pod-k3s-test-xavier.yaml | 2 +- smarter-device-management-pod-k3s.yaml | 2 +- smarter-device-management-pod.yaml | 2 +- smarter-device-manager-ds-k3s.yaml | 2 +- smarter-device-manager-ds-with-configmap-rpi-k3s.yaml | 2 +- smarter-device-manager-ds-with-configmap-rpi.yaml | 2 +- smarter-device-manager-ds-with-configmap-xavier-k3s.yaml | 2 +- smarter-device-manager-ds-with-configmap-xavier.yaml | 2 +- smarter-device-manager-ds.yaml | 2 +- 12 files changed, 18 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cd292f2..673c119 100644 --- a/README.md +++ b/README.md @@ -154,3 +154,10 @@ kubectl describe node pike5 ## k3s K3s < 1.18 stores the plugin interface in a different directory than k8s and so it needs a different yaml file to enable smarter-device-manager to communicate correctly with k3s agent. So use the smart-device-manager-k3s yaml files on this reposistor for k3s < 1.18. + +## Using helm + +A helm chart that install smarter-device-manager configurad for SMARTER is available at chart directory +``` +helm install smarter-device-manager chart +``` diff --git a/chart/values.yaml b/chart/values.yaml index 034ce39..62519f2 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -5,7 +5,7 @@ application: appName: smarter-device-manager image: - repository: registry.gitlab.com/arm-research/smarter/smarter-device-manager + repository: registry.gitlab.com/smarter-project/smarter-device-manager #repository: registry.gitlab.com/smarter-project/smarter-device-manager # @default -- chart.appVersion tag: "" diff --git a/compile.sh b/compile.sh index f058b08..7fa2b9c 100755 --- a/compile.sh +++ b/compile.sh @@ -36,7 +36,7 @@ function printHelp() { } BUILD_TAG=$(date -u "+%Y%m%d%H%M%S") -REPOSITORY_NAME="registry.gitlab.com/arm-research/smarter/smarter-device-manager/" +REPOSITORY_NAME="registry.gitlab.com/smarter-project/smarter-device-manager/" IMAGE_NAME="smarter-device-manager" DIRECTORY_TO_RUN=. diff --git a/smarter-device-management-pod-k3s-test-xavier.yaml b/smarter-device-management-pod-k3s-test-xavier.yaml index eef71fd..68bbd5c 100644 --- a/smarter-device-management-pod-k3s-test-xavier.yaml +++ b/smarter-device-management-pod-k3s-test-xavier.yaml @@ -15,7 +15,7 @@ spec: nodeName: smarter-jetson-xavier-4bcc2584 containers: - name: smarter-device-manager - image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11 + image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-management-pod-k3s.yaml b/smarter-device-management-pod-k3s.yaml index a4aeeb3..3490665 100644 --- a/smarter-device-management-pod-k3s.yaml +++ b/smarter-device-management-pod-k3s.yaml @@ -15,7 +15,7 @@ spec: nodeName: containers: - name: smarter-device-manager - image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11 + image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-management-pod.yaml b/smarter-device-management-pod.yaml index 27b9c81..b793ba7 100644 --- a/smarter-device-management-pod.yaml +++ b/smarter-device-management-pod.yaml @@ -15,7 +15,7 @@ spec: nodeName: containers: - name: smarter-device-manager - image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11 + image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds-k3s.yaml b/smarter-device-manager-ds-k3s.yaml index 45c880d..43eb5f7 100644 --- a/smarter-device-manager-ds-k3s.yaml +++ b/smarter-device-manager-ds-k3s.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11 + image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds-with-configmap-rpi-k3s.yaml b/smarter-device-manager-ds-with-configmap-rpi-k3s.yaml index 582e130..ba7ad0a 100644 --- a/smarter-device-manager-ds-with-configmap-rpi-k3s.yaml +++ b/smarter-device-manager-ds-with-configmap-rpi-k3s.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11 + image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds-with-configmap-rpi.yaml b/smarter-device-manager-ds-with-configmap-rpi.yaml index 4dea1f4..6509158 100644 --- a/smarter-device-manager-ds-with-configmap-rpi.yaml +++ b/smarter-device-manager-ds-with-configmap-rpi.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11 + image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds-with-configmap-xavier-k3s.yaml b/smarter-device-manager-ds-with-configmap-xavier-k3s.yaml index 40f8426..63dcc28 100644 --- a/smarter-device-manager-ds-with-configmap-xavier-k3s.yaml +++ b/smarter-device-manager-ds-with-configmap-xavier-k3s.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11 + image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds-with-configmap-xavier.yaml b/smarter-device-manager-ds-with-configmap-xavier.yaml index 2d720d4..862a43c 100644 --- a/smarter-device-manager-ds-with-configmap-xavier.yaml +++ b/smarter-device-manager-ds-with-configmap-xavier.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11 + image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds.yaml b/smarter-device-manager-ds.yaml index dc36e08..86abfc5 100644 --- a/smarter-device-manager-ds.yaml +++ b/smarter-device-manager-ds.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11 + image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false