diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index 758532c..63655b0 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -27,6 +27,7 @@ jobs: pages: write security-events: write contents: write + pull-requests: write if: ${{ github.event_name == 'pull_request' || contains(github.ref, 'main') }} steps: - name: Checkout source code @@ -35,6 +36,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: 'Dependency Review' + if: ${{ github.event_name == 'pull_request' }} uses: actions/dependency-review-action@v4 with: allow-ghsas: true diff --git a/charts/applicationset/Chart.yaml b/charts/applicationset/Chart.yaml index 7f371cb..9fabe79 100644 --- a/charts/applicationset/Chart.yaml +++ b/charts/applicationset/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argocd-applicationsets-services description: A Helm chart for ArgoCD ApplicationSets, a declarative, GitOps continuous delivery tool for Kubernetes type: application -version: &version "0.13.5" +version: &version "0.13.6" appVersion: *version kubeVersion: ">= 1.28" home: https://github.com/saidsef/argocd-applicationsets-services