1 Commits

Author SHA1 Message Date
Eric Van Hensbergen
1f3778f438 Switch Docker CI from gitlab to github
Adds buildx signing and helm chart publication.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2022-11-07 13:35:34 -06:00
13 changed files with 16 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
name: smarter-device-manager name: smarter-device-manager
description: smarter-device-manager chart for SMARTER edge devices description: smarter-device-manager chart for SMARTER edge devices
home: https://getsmarter.io home: https://github.com/smarter-device-manager
version: 0.0.7 version: 0.0.5
appVersion: v1.20.11 appVersion: v1.20.11
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
@@ -11,7 +11,7 @@ keywords:
- hardware - hardware
sources: sources:
- https://github.com/smarter-project/smarter-device-manager - https://github.com/smarter-project/smarter-device-manager
icon: https://gitlab.com/uploads/-/system/group/avatar/59012546/ARM1636_Project_Logo_ST2_RGB_V1.png
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- Fix template - Fix template

View File

@@ -6,10 +6,9 @@ For more information check out https://getsmarter.io
## TL;DR ## TL;DR
Assumes that this repository was cloned.
```console ```console
helm install --nsmespace=smarter --create-namespace my-smarter-device-manager charts/smarter-device-manager helm repo add smarter https://smarter-project.gitlab.io/documentation/charts
helm install my-smarter-device-manager smarter-device-manager --version 0.0.2
``` ```
## Overview ## Overview

View File

@@ -4,7 +4,7 @@ application:
appName: smarter-device-manager appName: smarter-device-manager
image: image:
repository: ghcr.io/smarter-project/smarter-device-manager repository: registry.gitlab.com/smarter-project/smarter-device-manager
# @default -- chart.appVersion # @default -- chart.appVersion
tag: "" tag: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@@ -36,7 +36,7 @@ function printHelp() {
} }
BUILD_TAG=$(date -u "+%Y%m%d%H%M%S") BUILD_TAG=$(date -u "+%Y%m%d%H%M%S")
REPOSITORY_NAME="ghcr.io/smarter-project/smarter-device-manager/" REPOSITORY_NAME="registry.gitlab.com/smarter-project/smarter-device-manager/"
IMAGE_NAME="smarter-device-manager" IMAGE_NAME="smarter-device-manager"
DIRECTORY_TO_RUN=. DIRECTORY_TO_RUN=.

View File

@@ -15,7 +15,7 @@ spec:
nodeName: smarter-jetson-xavier-4bcc2584 nodeName: smarter-jetson-xavier-4bcc2584
containers: containers:
- name: smarter-device-manager - name: smarter-device-manager
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View File

@@ -15,7 +15,7 @@ spec:
nodeName: <replace with node to run> nodeName: <replace with node to run>
containers: containers:
- name: smarter-device-manager - name: smarter-device-manager
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View File

@@ -15,7 +15,7 @@ spec:
nodeName: <replace with node to run> nodeName: <replace with node to run>
containers: containers:
- name: smarter-device-manager - name: smarter-device-manager
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View File

@@ -34,7 +34,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: smarter-device-manager - name: smarter-device-manager
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View File

@@ -34,7 +34,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: smarter-device-manager - name: smarter-device-manager
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View File

@@ -34,7 +34,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: smarter-device-manager - name: smarter-device-manager
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View File

@@ -34,7 +34,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: smarter-device-manager - name: smarter-device-manager
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View File

@@ -34,7 +34,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: smarter-device-manager - name: smarter-device-manager
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View File

@@ -34,7 +34,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: smarter-device-manager - name: smarter-device-manager
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 image: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false