Skip to content

Commit a297d1b

Browse files
Update allowed_actions.json with helm/chart-releaser-action (#968)
* Update allowed_actions.json with helm/chart-releaser-action * Update docs/contributing/assets/allowed_actions.json Co-authored-by: Torsten Dangel <98339141+TorstenD-SAP@users.noreply.github.com> * Update docs/contributing/assets/allowed_actions.json Co-authored-by: Torsten Dangel <98339141+TorstenD-SAP@users.noreply.github.com> --------- Co-authored-by: Torsten Dangel <98339141+TorstenD-SAP@users.noreply.github.com>
1 parent dcc3d19 commit a297d1b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/contributing/assets/allowed_actions.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,21 @@
221221
"security_review_performed": true,
222222
"3rd_party_tool": {},
223223
"comment": "This action will check that all checks have passed on a given pull request"
224+
},
225+
{
226+
"name": "helm/chart-releaser-action",
227+
"versions": [
228+
"cae68fefc6b5f367a0275617c9f83181ba54714f"
229+
],
230+
"repository": "https://github.com/helm/chart-releaser-action",
231+
"marketplace": "https://github.com/marketplace/actions/helm-chart-releaser",
232+
"security_review_performed": true,
233+
"3rd_party_tool": {
234+
"tool": "helm/chart-releaser",
235+
"pinned_version": "v1.7.0",
236+
"repository": "https://github.com/helm/chart-releaser"
237+
},
238+
"comment": "A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool."
224239
}
225240
]
226241
}

0 commit comments

Comments
 (0)