Skip to content
Open
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
18 changes: 18 additions & 0 deletions .github/workflows/update-helm-chart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Update Helm Chart

on:
release:
types: [published]

jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Update Helm chart
uses: cmu-sei/Crucible-Github-Actions/actions/update-helm-chart@update-helm-chart-v2
with:
app_name: Blueprint UI
github_app_id: ${{ secrets.CRUCIBLE_HELM_UPDATE_APP_ID }}
github_app_private_key: ${{ secrets.CRUCIBLE_HELM_UPDATE_PRIVATE_KEY }}
chart_file: charts/blueprint/charts/blueprint-ui/Chart.yaml
parent_chart_file: charts/blueprint/Chart.yaml