diff --git a/charts/harvester-rbac/Chart.yaml b/charts/harvester-rbac/Chart.yaml index c372e1f1..003349ca 100644 --- a/charts/harvester-rbac/Chart.yaml +++ b/charts/harvester-rbac/Chart.yaml @@ -30,7 +30,7 @@ annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/display-name: Harvester RBAC catalog.cattle.io/kube-version: ">= 1.31.0-0" - catalog.cattle.io/rancher-version: ">= 2.13.0-0" + catalog.cattle.io/rancher-version: ">= 2.14.0-0 < 2.15.0-0" catalog.cattle.io/release-name: harvester-rbac catalog.cattle.io/ui-component: harvester-rbac diff --git a/charts/harvester-rbac/templates/virt-project-manage.yaml b/charts/harvester-rbac/templates/virt-project-manage.yaml index 65353c39..5d166f8e 100644 --- a/charts/harvester-rbac/templates/virt-project-manage.yaml +++ b/charts/harvester-rbac/templates/virt-project-manage.yaml @@ -20,6 +20,12 @@ rules: - "*" verbs: - "*" + - apiGroups: + - harvesterhci.io + resources: + - "*" + verbs: + - "*" {{- with .Values.projectRole.virtProjectManage.additionalRules }} {{- toYaml . | nindent 2 }} {{- end }} diff --git a/charts/harvester-rbac/templates/virt-project-view.yaml b/charts/harvester-rbac/templates/virt-project-view.yaml index 4fdab195..521b00ed 100644 --- a/charts/harvester-rbac/templates/virt-project-view.yaml +++ b/charts/harvester-rbac/templates/virt-project-view.yaml @@ -21,6 +21,20 @@ rules: - get - list - watch + - apiGroups: + - harvesterhci.io + resources: + - "*" + verbs: + - get + - list + - watch + - apiGroups: + - harvesterhci.io + resources: + - supportbundles + verbs: + - "*" {{- with .Values.projectRole.virtProjectView.additionalRules }} {{- toYaml . | nindent 2 }} {{- end }}