Skip to content

Commit 3bd73ed

Browse files
authored
Merge pull request #45 from leo-ri/update-version
update atlas-cluster-version, add ignore path
2 parents 5e8fe24 + d83aa5a commit 3bd73ed

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ name: Release Charts
66
# events but only for the main branch
77
on:
88
push:
9-
branches:
9+
branches:
1010
- main
11+
paths-ignore:
12+
- '.github/**'
1113

1214

1315
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
@@ -24,11 +26,11 @@ jobs:
2426
- name: Configure Git
2527
run: |
2628
git config user.name "$GITHUB_ACTOR"
27-
git config user.email "[email protected]"
29+
git config user.email "[email protected]"
2830
- name: Install Helm
2931
uses: azure/setup-helm@v1
3032
with:
31-
version: v3.4.0
33+
version: v3.4.0
3234
- name: Add Helm repos
3335
run: |
3436
helm repo add mongodb https://mongodb.github.io/helm-charts
@@ -40,4 +42,4 @@ jobs:
4042
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4143
with:
4244
# 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

charts/atlas-cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: application
77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
99
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 0.1.5
10+
version: 0.1.6
1111

1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)