We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b00d8e commit 7868ed7Copy full SHA for 7868ed7
.github/workflows/update-helm-chart.yml
@@ -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: Player 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/player/charts/player-ui/Chart.yaml
18
+ parent_chart_file: charts/player/Chart.yaml
0 commit comments