Skip to content

Commit af4c125

Browse files
small-hack-renovate[bot]jessebotgithub-actions[bot]
authored
Update jessebot/argocd-appset-secret-plugin Docker tag to v0.7.0 (#44)
* 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 <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 78925a9 commit af4c125

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/helm-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Generate helm docs
33
on:
44
pull_request:
55
paths:
6-
- 'charts/matrix/**'
7-
6+
- 'charts/**'
7+
88
permissions:
99
contents: write
1010
pull-requests: write
@@ -22,5 +22,5 @@ jobs:
2222
- name: Render helm docs inside the README.md and push changes back to PR branch
2323
uses: netfoundry/helm-docs-action@v1
2424
with:
25-
working-dir: charts/matrix
25+
working-dir: charts/appset-secret-plugin
2626
git-push: "true"

charts/appset-secret-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintainers:
1515
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
1616
type: application
1717

18-
version: 0.8.0
18+
version: 0.9.0
1919

2020
# renovate: image=jessebot/argocd-appset-secret-plugin
21-
appVersion: "v0.6.0"
21+
appVersion: "v0.7.0"

charts/appset-secret-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# appset-secret-plugin
22

3-
![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)
3+
![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)
44

55
A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
66

@@ -43,4 +43,4 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
4343
| tolerations | list | `[]` | |
4444

4545
----------------------------------------------
46-
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
46+
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"executionMode": "branch"
5151
}
5252
},
53-
{
53+
{
5454
"matchManagers": ["github-actions"],
55-
"matchUpdateTypes": ["patch"],
55+
"matchUpdateTypes": ["patch", "minor"],
5656
"automerge": true
5757
}
5858
]

0 commit comments

Comments
 (0)