chore(ci): add signing and key info to chart releaser
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
9adaab71db
commit
448111424b
|
@ -5,3 +5,7 @@ charts-dir: charts/*
|
|||
charts_repo_url: "https://charts.truecharts.org"
|
||||
SkipExisting: true
|
||||
skipExisting: true
|
||||
# Set to true for GPG signing
|
||||
sign: true
|
||||
# UID of the GPG key to use
|
||||
key: info@truecharts.org
|
||||
|
|
Loading…
Reference in New Issue