Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ target-branch: master
chart-dirs:
- .
helm-extra-args: --timeout 600s
sign: true
key: cboxbot@cern.ch
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v4.1.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: Export GPG key to legacy format
run: gpg --export-secret-keys > ~/.gnupg/pubring.gpg

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0
env:
Expand Down
10 changes: 5 additions & 5 deletions revad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: revad
description: The Reva daemon (revad) helm chart
type: application
version: 1.5.0
version: 1.5.1
appVersion: v1.21.0
kubeVersion: '>= 1.19.0'
icon: https://reva.link/logo.svg
Expand All @@ -24,10 +24,10 @@ keywords:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump revad version to v.1.21.0
links:
- name: cs3org/reva#3524
url: https://github.com/cs3org/reva/pull/3524
description: Sign the charts with PGP
artifacthub.io/images: |
- name: revad
image: cs3org/revad:v1.21.0
artifacthub.io/signKey: |
fingerprint: 655F3553ADB323E2D57BCB1BAD0A76D5622F273A
url: https://keys.openpgp.org/vks/v1/by-fingerprint/655F3553ADB323E2D57BCB1BAD0A76D5622F273A
8 changes: 6 additions & 2 deletions wopiserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: wopiserver
description: A Vendor-neutral Web-application Open Platform Interface (WOPI) gateway for EFSS systems
type: application
version: 0.8.0
version: 0.8.1
appVersion: v9.4.2
kubeVersion: '>= 1.19.0'
home: https://github.com/cs3org/wopiserver
Expand All @@ -18,8 +18,12 @@ keywords:
- efss
annotations:
artifacthub.io/changes: |
- "Update the wopiserver to version 9.4.2"
- kind: changed
description: Sign the charts with PGP
artifacthub.io/images: |
- name: wopiserver
image: cs3org/wopiserver:v9.4.2
artifacthub.io/containsSecurityUpdates: 'false'
artifacthub.io/signKey: |
fingerprint: 655F3553ADB323E2D57BCB1BAD0A76D5622F273A
url: https://keys.openpgp.org/vks/v1/by-fingerprint/655F3553ADB323E2D57BCB1BAD0A76D5622F273A