Skip to content

Commit 0c71b27

Browse files
committed
feat: add taskruns to rbac SD-1405
1 parent 4938d73 commit 0c71b27

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

charts/tekton-apps/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ appVersion: "v0.29.2"
1212
# This is the chart version. This version number should be incremented each time you make changes
1313
# to the chart and its templates, including the app version.
1414
# Versions are expected to follow Semantic Versioning (https://semver.org/)
15-
version: 2.1.5
15+
version: 2.1.6-dev.1
1616

1717
maintainers:
1818
- url: https://www.saritasa.com/

charts/tekton-apps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ saritasa-tekton-apps
3131

3232
## `chart.version`
3333

34-
![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.29.2](https://img.shields.io/badge/AppVersion-v0.29.2-informational?style=flat-square)
34+
![Version: 2.1.6-dev.1](https://img.shields.io/badge/Version-2.1.6-dev.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.29.2](https://img.shields.io/badge/AppVersion-v0.29.2-informational?style=flat-square)
3535

3636
## Maintainers
3737

charts/tekton-apps/templates/roles.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ rules:
2626
- apiGroups: ["tekton.dev"]
2727
resources: ["pipelineruns"]
2828
verbs: ["get", "list", "create"]
29+
- apiGroups: ["tekton.dev"]
30+
resources: ["taskruns"]
31+
verbs: ["get", "list", "watch"]
2932

3033
---
3134
kind: RoleBinding

0 commit comments

Comments
 (0)