Compare commits
7 Commits
smarter-de
...
v1.20.12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
482e65a316 | ||
|
|
51fb12e8a0 | ||
|
|
7effe1975a | ||
|
|
e386d5d7e0 | ||
|
|
7b03727989 | ||
|
|
91a0f95107 | ||
|
|
321d7b5820 |
21
.github/workflows/smarter-org-docker-buildx.yml
vendored
Normal file
21
.github/workflows/smarter-org-docker-buildx.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: Docker Image BuildX CI and Publish
|
||||||
|
|
||||||
|
# This workflow uses actions that are not certified by GitHub.
|
||||||
|
# They are provided by a third-party and are governed by
|
||||||
|
# separate terms of service, privacy policy, and support
|
||||||
|
# documentation.
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "19 16 * * *"
|
||||||
|
push:
|
||||||
|
branches: ["main"]
|
||||||
|
# Publish semver tags as releases.
|
||||||
|
tags: ["v*.*.*"]
|
||||||
|
pull_request:
|
||||||
|
branches: ["main"]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: smarter-project/reusable-workflows/.github/workflows/smarter-org-docker-buildx.yml@main
|
||||||
14
.github/workflows/smarter-org-helm.yml
vendored
Normal file
14
.github/workflows/smarter-org-helm.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# release.yaml
|
||||||
|
name: Release Charts
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
uses: smarter-project/reusable-workflows/.github/workflows/smarter-org-helm.yml@main
|
||||||
|
secrets:
|
||||||
|
GPG_KEYRING_BASE64: ${{ secrets.GPG_KEYRING_BASE64 }}
|
||||||
|
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
include:
|
|
||||||
- project: 'ericvh/gitlab-ci-arm-template'
|
|
||||||
file: '/.gitlab-ci.yml'
|
|
||||||
|
|
||||||
variables:
|
|
||||||
CI_BUILDX_ARCHS: "linux/amd64,linux/arm64"
|
|
||||||
@@ -1,21 +1,17 @@
|
|||||||
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://gitlab.com/smarter-project/smarter-device-manager/helm
|
home: https://getsmarter.io
|
||||||
version: 0.0.3
|
version: 0.0.9
|
||||||
appVersion: v1.20.11
|
appVersion: v1.20.12
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- kubernetes
|
- kubernetes
|
||||||
- device
|
- device
|
||||||
- hardware
|
- hardware
|
||||||
sources:
|
sources:
|
||||||
- https://gitlab.com/smarter-project/smarter-device-manager
|
- https://github.com/smarter-project/smarter-device-manager
|
||||||
#dependencies:
|
icon: https://github.com/smarter-project/documentation/raw/main/ARM1636_Project_Logo_ST2_RGB_V1.png
|
||||||
# - name: smarter-common
|
|
||||||
# repository: https://gitlab.com/smarter-project/documentation
|
|
||||||
# version: 0.0.1
|
|
||||||
|
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- Fix template
|
- Fix template
|
||||||
@@ -26,5 +22,5 @@ annotations:
|
|||||||
email: alexandref75@gmail.com
|
email: alexandref75@gmail.com
|
||||||
artifacthub.io/prerelease: "false"
|
artifacthub.io/prerelease: "false"
|
||||||
artifacthub.io/signKey: |
|
artifacthub.io/signKey: |
|
||||||
fingerprint: 82AD709FEC4ECA4C84B093889BDC9DE410CFC23B
|
fingerprint: 71EDA4E3D652DC73EB09E3A5387D298C169CF24E
|
||||||
url: https://keybase.io/alexandref75/pgp_keys.asc
|
url: https://smarter-project.github.io/documentation/pgp_keys.asc
|
||||||
@@ -6,9 +6,10 @@ For more information check out https://getsmarter.io
|
|||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
|
Assumes that this repository was cloned.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm repo add smarter https://smarter-project.gitlab.io/documentation/charts
|
helm install --nsmespace=smarter --create-namespace my-smarter-device-manager charts/smarter-device-manager
|
||||||
helm install my-smarter-device-manager smarter-device-manager --version 0.0.2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
@@ -4,7 +4,7 @@ application:
|
|||||||
appName: smarter-device-manager
|
appName: smarter-device-manager
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: registry.gitlab.com/smarter-project/smarter-device-manager
|
repository: ghcr.io/smarter-project/smarter-device-manager
|
||||||
# @default -- chart.appVersion
|
# @default -- chart.appVersion
|
||||||
tag: ""
|
tag: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
@@ -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="registry.gitlab.com/smarter-project/smarter-device-manager/"
|
REPOSITORY_NAME="ghcr.io/smarter-project/smarter-device-manager/"
|
||||||
IMAGE_NAME="smarter-device-manager"
|
IMAGE_NAME="smarter-device-manager"
|
||||||
DIRECTORY_TO_RUN=.
|
DIRECTORY_TO_RUN=.
|
||||||
|
|
||||||
|
|||||||
@@ -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: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
|
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
@@ -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: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
|
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
@@ -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: registry.gitlab.com/smarter-project/smarter-device-manager:v1.20.11
|
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
containers:
|
containers:
|
||||||
- name: smarter-device-manager
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
containers:
|
containers:
|
||||||
- name: smarter-device-manager
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
containers:
|
containers:
|
||||||
- name: smarter-device-manager
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
containers:
|
containers:
|
||||||
- name: smarter-device-manager
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
containers:
|
containers:
|
||||||
- name: smarter-device-manager
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
containers:
|
containers:
|
||||||
- name: smarter-device-manager
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
Reference in New Issue
Block a user