Skip to content

Commit 4a1ef5b

Browse files
authored
Merge pull request #28 from tsuru/chore/rpaas-api-restart-instance
feat(rpaas-api): update chart version and cluster role
2 parents 8f4c653 + 88d6bd0 commit 4a1ef5b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

charts/rpaas-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: rpaas-api
33
description: The API of Tsuru/RPaaS
44
type: application
5-
version: 0.7.3
5+
version: 0.7.4
66
appVersion: 0.49.5

charts/rpaas-api/templates/cluster_role.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ rules:
7373
- list
7474
- get
7575
- watch
76+
- apiGroups:
77+
- apps
78+
resources:
79+
- deployments
80+
verbs:
81+
- get
82+
- update
7683
- apiGroups:
7784
- nginx.tsuru.io
7885
resources:

0 commit comments

Comments
 (0)