Skip to content

Commit

Permalink
fix: helm chart signing step (#8)
Browse files Browse the repository at this point in the history
* chore: fix helm chart signing

* fix: update default app version
  • Loading branch information
yvigara authored May 22, 2024
1 parent cdb317a commit 89c2249
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ jobs:
break
fi
helm push "${pkg}" oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts > .digest 2>&1
cosign sign $(cat .digest | awk -F "[, ]+" '/Pushed/{print $NF}')
cosign sign $(cat .digest | awk -F "[, ]+" '/Pushed/{print $NF}') --yes
done
2 changes: 1 addition & 1 deletion charts/loki-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ home: https://github.com/voiplens/auth-gateway
description: A Helm chart for loki-gateway
type: application
version: 1.5.1
appVersion: v1.3.0
appVersion: v1.5.3
maintainers:
- name: yvigara
email: [email protected]
2 changes: 1 addition & 1 deletion charts/mimir-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ home: https://github.com/voiplens/auth-gateway
description: A Helm chart for mimir-gateway
type: application
version: 1.5.1
appVersion: v1.3.0
appVersion: v1.5.3
maintainers:
- name: yvigara
email: [email protected]

0 comments on commit 89c2249

Please sign in to comment.