Skip to content

Commit

Permalink
fix(sysdig-deploy): install deps on all charts before release (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBarba authored Aug 21, 2023
1 parent b864f88 commit 3cf9bec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ jobs:
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
GPG_PRIVATE_KEY: "${{ secrets.GPG_PRIVATE_KEY }}"

- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.10.3

- name: Bundle chart dependencies
run: make deps

- name: Run Chart Releaser
uses: helm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sysdig-deploy
description: A chart with various Sysdig components for Kubernetes
type: application
version: 1.17.10
version: 1.17.11
maintainers:
- name: AlbertoBarba
email: [email protected]
Expand Down

0 comments on commit 3cf9bec

Please sign in to comment.