We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae846a commit 5696946Copy full SHA for 5696946
.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: 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