diff --git a/charts/dynamic-pvc-provisioner/Chart.yaml b/charts/dynamic-pvc-provisioner/Chart.yaml index 9a3753d..6989f39 100644 --- a/charts/dynamic-pvc-provisioner/Chart.yaml +++ b/charts/dynamic-pvc-provisioner/Chart.yaml @@ -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.0.3 +version: 0.1.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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.1" +appVersion: "0.2.0" diff --git a/charts/reclaimable-pv-releaser/Chart.yaml b/charts/reclaimable-pv-releaser/Chart.yaml index eb94288..d90114b 100644 --- a/charts/reclaimable-pv-releaser/Chart.yaml +++ b/charts/reclaimable-pv-releaser/Chart.yaml @@ -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.0.3 +version: 0.1.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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.1" +appVersion: "0.2.0" diff --git a/charts/reclaimable-pv-releaser/templates/clusterrole.yaml b/charts/reclaimable-pv-releaser/templates/clusterrole.yaml index f3ab97c..8da3eed 100644 --- a/charts/reclaimable-pv-releaser/templates/clusterrole.yaml +++ b/charts/reclaimable-pv-releaser/templates/clusterrole.yaml @@ -16,6 +16,9 @@ rules: - apiGroups: [""] resources: ["events"] verbs: ["get", "list", "watch", "create", "update", "patch"] +- apiGroups: ["storage.k8s.io"] + resources: ["storageclasses"] + verbs: ["get", "list", "watch"] - apiGroups: [""] resources: ["persistentvolumeclaims"] verbs: ["get", "list", "watch"]