From 82935130050ed6c59caef7382049d9da580706f8 Mon Sep 17 00:00:00 2001 From: Pumba98 Date: Thu, 3 Aug 2023 16:28:25 +0200 Subject: [PATCH] fix cosign workflow (#63) * fix cosign workflow * bump version to 0.13.0 --------- Co-authored-by: Blowa --- .github/workflows/release.yml | 2 +- charts/bitwarden-secret-operator/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e93910..9d2b94b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: if: ${{ steps.image_exists.outcome != 'success' && github.event_name != 'pull_request' }} env: COSIGN_EXPERIMENTAL: "true" - run: echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.app_version.outputs.result }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }} + run: echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.app_version.outputs.result }}" | xargs -I {} cosign sign -y {}@${{ steps.build-and-push.outputs.digest }} release: needs: build diff --git a/charts/bitwarden-secret-operator/Chart.yaml b/charts/bitwarden-secret-operator/Chart.yaml index acfef90..23f137f 100644 --- a/charts/bitwarden-secret-operator/Chart.yaml +++ b/charts/bitwarden-secret-operator/Chart.yaml @@ -4,9 +4,9 @@ description: Deploy the Bitwarden Secret Operator type: application -version: "0.12.1" +version: "0.13.0" -appVersion: "0.12.1" +appVersion: "0.13.0" keywords: - operator