File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
1717maintainers :
1818 - url : https://www.saritasa.com/
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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---
3134kind : RoleBinding
You can’t perform that action at this time.
0 commit comments