Skip to content

Commit

Permalink
Merge pull request #45 from leo-ri/update-version
Browse files Browse the repository at this point in the history
update atlas-cluster-version, add ignore path
  • Loading branch information
priyolahiri authored Jul 1, 2021
2 parents 5e8fe24 + d83aa5a commit 3bd73ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ name: Release Charts
# events but only for the main branch
on:
push:
branches:
branches:
- main
paths-ignore:
- '.github/**'


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand All @@ -24,11 +26,11 @@ jobs:
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
version: v3.4.0
- name: Add Helm repos
run: |
helm repo add mongodb https://mongodb.github.io/helm-charts
Expand All @@ -40,4 +42,4 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
# The GitHub Pages URL to the charts repo (default: https://<owner>.github.io/<repo>)
charts_repo_url: https://mongodb.github.io/helm-charts
charts_repo_url: https://mongodb.github.io/helm-charts
2 changes: 1 addition & 1 deletion charts/atlas-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.5
version: 0.1.6

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

0 comments on commit 3bd73ed

Please sign in to comment.