diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index 8d9143e..fe134b0 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -3,8 +3,8 @@ name: Generate helm docs on: pull_request: paths: - - 'charts/matrix/**' - + - 'charts/**' + permissions: contents: write pull-requests: write @@ -22,5 +22,5 @@ jobs: - name: Render helm docs inside the README.md and push changes back to PR branch uses: netfoundry/helm-docs-action@v1 with: - working-dir: charts/matrix + working-dir: charts/appset-secret-plugin git-push: "true" diff --git a/charts/appset-secret-plugin/Chart.yaml b/charts/appset-secret-plugin/Chart.yaml index b7da630..6c7560b 100644 --- a/charts/appset-secret-plugin/Chart.yaml +++ b/charts/appset-secret-plugin/Chart.yaml @@ -15,7 +15,7 @@ maintainers: # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application -version: 0.8.0 +version: 0.9.0 # renovate: image=jessebot/argocd-appset-secret-plugin -appVersion: "v0.6.0" +appVersion: "v0.7.0" diff --git a/charts/appset-secret-plugin/README.md b/charts/appset-secret-plugin/README.md index 7fe75ad..9c8efea 100644 --- a/charts/appset-secret-plugin/README.md +++ b/charts/appset-secret-plugin/README.md @@ -1,6 +1,6 @@ # appset-secret-plugin -![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.0](https://img.shields.io/badge/AppVersion-v0.6.0-informational?style=flat-square) +![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square) A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets @@ -43,4 +43,4 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/renovate.json b/renovate.json index 7679d16..527a7e9 100644 --- a/renovate.json +++ b/renovate.json @@ -50,9 +50,9 @@ "executionMode": "branch" } }, - { + { "matchManagers": ["github-actions"], - "matchUpdateTypes": ["patch"], + "matchUpdateTypes": ["patch", "minor"], "automerge": true } ]