From 0c1b03b862e9d2fdae2b42383c897acd10e1e2f8 Mon Sep 17 00:00:00 2001 From: dk03051996 Date: Thu, 4 Jan 2024 10:47:18 +0530 Subject: [PATCH] added annotation for signing (#2895) --- charts/fission-all/Chart.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/fission-all/Chart.yaml b/charts/fission-all/Chart.yaml index 6545adc9..9baacf81 100644 --- a/charts/fission-all/Chart.yaml +++ b/charts/fission-all/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: fission-all -version: v1.20.0 -appVersion: v1.20.0 +version: v1.20.1-rc3 +appVersion: v1.20.1-rc3 description: Fission is a fast serverless framework for Kubernetes. home: https://fission.io/ icon: https://fission.io/images/fission-logo-white.svg @@ -21,4 +21,8 @@ maintainers: - name: Sanket Sudake email: sanket@infracloud.io engine: gotpl -type: application \ No newline at end of file +type: application +annotations: + artifacthub.io/signKey: | + fingerprint: 2EAE29FDF8A387050C82CD5ABBDD4FD6A1FFCBF6 + url: https://raw.githubusercontent.com/fission/fission-charts/main/public_key/pgp_keys.asc \ No newline at end of file