diff --git a/charts/smarter-device-manager/README.md b/charts/smarter-device-manager/README.md index 72ce732..e3fe6b9 100644 --- a/charts/smarter-device-manager/README.md +++ b/charts/smarter-device-manager/README.md @@ -6,9 +6,10 @@ For more information check out https://getsmarter.io ## TL;DR +Assumes that this repository was cloned. + ```console -helm repo add smarter https://smarter-project.gitlab.io/documentation/charts -helm install my-smarter-device-manager smarter-device-manager --version 0.0.2 +helm install --nsmespace=smarter --create-namespace my-smarter-device-manager charts/smarter-device-manager ``` ## Overview diff --git a/compile.sh b/compile.sh index 7fa2b9c..b171804 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/smarter-project/smarter-device-manager/" +REPOSITORY_NAME="ghcr.io/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 68bbd5c..642859f 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/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/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 3490665..99cdf2f 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/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/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 b793ba7..425d0d2 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/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/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 43eb5f7..14f4c8c 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/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/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 2f54b08..eaef48e 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/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/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 6509158..a030c0a 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/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/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 63dcc28..13fe834 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/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/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 862a43c..6e3bee4 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/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/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 86abfc5..09c5d68 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/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false