File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ name: Release Charts
6
6
# events but only for the main branch
7
7
on :
8
8
push :
9
- branches :
9
+ branches :
10
10
- main
11
+ paths-ignore :
12
+ - ' .github/**'
11
13
12
14
13
15
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
@@ -24,11 +26,11 @@ jobs:
24
26
- name : Configure Git
25
27
run : |
26
28
git config user.name "$GITHUB_ACTOR"
27
- git config user.email "[email protected] "
29
+ git config user.email "[email protected] "
28
30
- name : Install Helm
29
31
uses : azure/setup-helm@v1
30
32
with :
31
- version : v3.4.0
33
+ version : v3.4.0
32
34
- name : Add Helm repos
33
35
run : |
34
36
helm repo add mongodb https://mongodb.github.io/helm-charts
40
42
CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
41
43
with :
42
44
# The GitHub Pages URL to the charts repo (default: https://<owner>.github.io/<repo>)
43
- charts_repo_url : https://mongodb.github.io/helm-charts
45
+ charts_repo_url : https://mongodb.github.io/helm-charts
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ type: application
7
7
# This is the chart version. This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
9
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10
- version : 0.1.5
10
+ version : 0.1.6
11
11
12
12
# This is the version number of the application being deployed. This version number should be
13
13
# incremented each time you make changes to the application. Versions are not expected to
You can’t perform that action at this time.
0 commit comments