diff --git a/stable/drone/Chart.yaml b/stable/drone/Chart.yaml index 60e0c05b4d..bc73b2e2fb 100644 --- a/stable/drone/Chart.yaml +++ b/stable/drone/Chart.yaml @@ -1,7 +1,7 @@ name: drone home: https://drone.io/ icon: https://drone.io/apple-touch-icon.png -version: 2.0.0-rc.7 +version: 2.0.0-rc.8 appVersion: 1.0.0-rc.5 description: Drone is a Continuous Delivery system built on container technology keywords: diff --git a/stable/drone/templates/role-pipeline.yaml b/stable/drone/templates/role-pipeline.yaml index da266049a5..615e8ff589 100644 --- a/stable/drone/templates/role-pipeline.yaml +++ b/stable/drone/templates/role-pipeline.yaml @@ -26,6 +26,7 @@ rules: - configmaps - secrets - pods + - services verbs: - create - delete