Skip to content

Commit a7876b0

Browse files
committed
Move to SMARTER container repository)
Signed-off-by: Alexandre Peixoto Ferreira <[email protected]>
1 parent 0036354 commit a7876b0

12 files changed

+18
-11
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,10 @@ kubectl describe node pike5
154154
## k3s
155155

156156
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.
157+
158+
## Using helm
159+
160+
A helm chart that install smarter-device-manager configurad for SMARTER is available at chart directory
161+
```
162+
helm install smarter-device-manager chart
163+
```

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ application:
55
appName: smarter-device-manager
66

77
image:
8-
repository: registry.gitlab.com/arm-research/smarter/smarter-device-manager
8+
repository: registry.gitlab.com/smarter-project/smarter-device-manager
99
#repository: registry.gitlab.com/smarter-project/smarter-device-manager
1010
# @default -- chart.appVersion
1111
tag: ""

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function printHelp() {
3636
}
3737

3838
BUILD_TAG=$(date -u "+%Y%m%d%H%M%S")
39-
REPOSITORY_NAME="registry.gitlab.com/arm-research/smarter/smarter-device-manager/"
39+
REPOSITORY_NAME="registry.gitlab.com/smarter-project/smarter-device-manager/"
4040
IMAGE_NAME="smarter-device-manager"
4141
DIRECTORY_TO_RUN=.
4242

smarter-device-management-pod-k3s-test-xavier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
nodeName: smarter-jetson-xavier-4bcc2584
1616
containers:
1717
- name: smarter-device-manager
18-
image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11
18+
image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
1919
imagePullPolicy: IfNotPresent
2020
securityContext:
2121
allowPrivilegeEscalation: false

smarter-device-management-pod-k3s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
nodeName: <replace with node to run>
1616
containers:
1717
- name: smarter-device-manager
18-
image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11
18+
image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
1919
imagePullPolicy: IfNotPresent
2020
securityContext:
2121
allowPrivilegeEscalation: false

smarter-device-management-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
nodeName: <replace with node to run>
1616
containers:
1717
- name: smarter-device-manager
18-
image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11
18+
image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
1919
imagePullPolicy: IfNotPresent
2020
securityContext:
2121
allowPrivilegeEscalation: false

smarter-device-manager-ds-k3s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
dnsPolicy: ClusterFirstWithHostNet
3535
containers:
3636
- name: smarter-device-manager
37-
image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11
37+
image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

smarter-device-manager-ds-with-configmap-rpi-k3s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
dnsPolicy: ClusterFirstWithHostNet
3535
containers:
3636
- name: smarter-device-manager
37-
image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11
37+
image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

smarter-device-manager-ds-with-configmap-rpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
dnsPolicy: ClusterFirstWithHostNet
3535
containers:
3636
- name: smarter-device-manager
37-
image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11
37+
image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

smarter-device-manager-ds-with-configmap-xavier-k3s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
dnsPolicy: ClusterFirstWithHostNet
3535
containers:
3636
- name: smarter-device-manager
37-
image: registry.gitlab.com/arm-research/smarter/smarter-device-manager:v1.20.11
37+
image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)