Skip to content

Commit 91a0f95

Browse files
authored
Remove references to gitlab (#5)
Signed-off-by: Alexandre Peixoto Ferreira <[email protected]>
1 parent 321d7b5 commit 91a0f95

11 files changed

+13
-12
lines changed

charts/smarter-device-manager/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ For more information check out https://getsmarter.io
66

77
## TL;DR
88

9+
Assumes that this repository was cloned.
10+
911
```console
10-
helm repo add smarter https://smarter-project.gitlab.io/documentation/charts
11-
helm install my-smarter-device-manager smarter-device-manager --version 0.0.2
12+
helm install --nsmespace=smarter --create-namespace my-smarter-device-manager charts/smarter-device-manager
1213
```
1314

1415
## Overview

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/smarter-project/smarter-device-manager/"
39+
REPOSITORY_NAME="ghcr.io/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/smarter-project/smarter-device-manager:v1.20.11
18+
image: ghcr.io/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/smarter-project/smarter-device-manager:v1.20.11
18+
image: ghcr.io/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/smarter-project/smarter-device-manager:v1.20.11
18+
image: ghcr.io/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/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/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/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/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/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/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/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

smarter-device-manager-ds-with-configmap-xavier.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/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)