Skip to content

Commit 520115f

Browse files
fix role, bump chart
1 parent b70bb97 commit 520115f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/streamlit-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.0
18+
version: 0.6.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/streamlit-chart/templates/role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rules:
4444
# Application: watching & handling for the custom resource we declare.
4545
- apiGroups: [fetch.com]
4646
resources: [streamlit-apps]
47-
verbs: [list, watch, patch]
47+
verbs: [list, watch, patch, create, update, delete]
4848

4949
# Application: other resources it produces and manipulates.
5050
# Here, we create Jobs+PVCs+Pods, but we do not patch/update/delete them ever.

0 commit comments

Comments
 (0)