Skip to content

Commit 5696946

Browse files
authored
Adds Update Helm Chart CI Workflow (#109)
1 parent 7ae846a commit 5696946

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Update Helm Chart
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
update:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Update Helm chart
12+
uses: cmu-sei/Crucible-Github-Actions/actions/update-helm-chart@update-helm-chart-v2
13+
with:
14+
app_name: Gallery UI
15+
github_app_id: ${{ secrets.CRUCIBLE_HELM_UPDATE_APP_ID }}
16+
github_app_private_key: ${{ secrets.CRUCIBLE_HELM_UPDATE_PRIVATE_KEY }}
17+
chart_file: charts/gallery/charts/gallery-ui/Chart.yaml
18+
parent_chart_file: charts/gallery/Chart.yaml

0 commit comments

Comments
 (0)