1 Commits

Author SHA1 Message Date
Eric Van Hensbergen
321d7b5820 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:55:54 -06:00
2 changed files with 4 additions and 4 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://github.com/smarter-device-manager home: https://getsmarter.io
version: 0.0.5 version: 0.0.7
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

@@ -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