diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index d24c90f9..8a99a949 100644 --- a/charts/provider/Chart.yaml +++ b/charts/provider/Chart.yaml @@ -15,7 +15,7 @@ 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.11.0 +version: 0.12.0 # 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 diff --git a/charts/provider/templates/rbac.yaml b/charts/provider/templates/rbac.yaml index 01db79bb..a47b2c8d 100644 --- a/charts/provider/templates/rbac.yaml +++ b/charts/provider/templates/rbac.yaml @@ -5,6 +5,7 @@ metadata: subjects: - kind: ServiceAccount name: akash-provider + namespace: default roleRef: kind: ClusterRole name: cluster-admin