generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 214
48 lines (41 loc) · 997 Bytes
/
helm-releases.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: Releases Charts
on:
push:
branches:
- release-*
- main
paths:
- charts/kwok/Chart.yaml
- charts/stage-fast/Chart.yaml
- charts/metrics-usage/Chart.yaml
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
pull-requests: write
jobs:
releases:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v4
- name: Upload blob and build index
run: ./hack/releases-helm-charts.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
add-paths: |
site/static/charts/index.yaml
token: ${{ env.GH_TOKEN }}
branch: dependabot/bump-chart-releases
commit-message: Release charts
delete-branch: true
title: 'Release charts'
labels: |
ok-to-test
release-note-none
body: |
Release charts