File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
charts/appset-secret-plugin Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Generate helm docs
33on :
44 pull_request :
55 paths :
6- - ' charts/matrix/ **'
7-
6+ - ' charts/**'
7+
88permissions :
99 contents : write
1010 pull-requests : write
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"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ maintainers:
1515# pipeline. Library charts do not define any templates and therefore cannot be deployed.
1616type : 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"
Original file line number Diff line number Diff line change 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
55A 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 )
Original file line number Diff line number Diff line change 5050 "executionMode" : " branch"
5151 }
5252 },
53- {
53+ {
5454 "matchManagers" : [" github-actions" ],
55- "matchUpdateTypes" : [" patch" ],
55+ "matchUpdateTypes" : [" patch" , " minor " ],
5656 "automerge" : true
5757 }
5858 ]
You can’t perform that action at this time.
0 commit comments