Skip to content

Commit

Permalink
Add metric permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Nov 23, 2022
1 parent 4f77020 commit 0d8d38d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/theia.cloud-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.6
version: 0.7.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.7.6"
appVersion: "0.7.7"
2 changes: 2 additions & 0 deletions charts/theia.cloud-base/templates/service-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ rules:
apiGroups:
- ""
- theia.cloud
- metrics.k8s.io
resources:
- appdefinitions
- sessions
- workspaces
- pods
verbs: ["list", "create", "watch", "get", "patch", "delete"]

{{- end }}
4 changes: 2 additions & 2 deletions charts/theia.cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.6
version: 0.7.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.7.6"
appVersion: "0.7.7"

0 comments on commit 0d8d38d

Please sign in to comment.