diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04fb5174..05408cf8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -40,4 +42,4 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: # The GitHub Pages URL to the charts repo (default: https://.github.io/) - charts_repo_url: https://mongodb.github.io/helm-charts + charts_repo_url: https://mongodb.github.io/helm-charts diff --git a/charts/atlas-cluster/Chart.yaml b/charts/atlas-cluster/Chart.yaml index 74bc26b3..075c330e 100644 --- a/charts/atlas-cluster/Chart.yaml +++ b/charts/atlas-cluster/Chart.yaml @@ -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