Skip to content

Commit

Permalink
Update jessebot/argocd-appset-secret-plugin Docker tag to v0.7.0 (#44)
Browse files Browse the repository at this point in the history
* Update jessebot/argocd-appset-secret-plugin Docker tag to v0.7.0

* fix helm-docs workflow

* helm-docs: automated action

* allow minor updates of github actions via renovate

---------

Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com>
Co-authored-by: jessebot <jessebot@linux.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 20, 2024
1 parent 78925a9 commit af4c125
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Generate helm docs
on:
pull_request:
paths:
- 'charts/matrix/**'
- 'charts/**'

permissions:
contents: write
pull-requests: write
Expand All @@ -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"
4 changes: 2 additions & 2 deletions charts/appset-secret-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/appset-secret-plugin/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"executionMode": "branch"
}
},
{
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": ["patch", "minor"],
"automerge": true
}
]
Expand Down

0 comments on commit af4c125

Please sign in to comment.