diff --git a/hub-agent/Chart.yaml b/hub-agent/Chart.yaml index bbcc692..f850f8c 100644 --- a/hub-agent/Chart.yaml +++ b/hub-agent/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: hub-agent -version: 1.5.3 +version: 1.5.4 appVersion: "v1.3.0" # Because of https://github.com/helm/helm/issues/3810 the pre-release version suffix has to be define. # This allows the installation on Kubernetes cluster with a pre-release version (e.g. v1.19.9-gke.1900) diff --git a/hub-agent/templates/rbac/cluster-role-controller.yaml b/hub-agent/templates/rbac/cluster-role-controller.yaml index 973e7f6..f4d9e45 100644 --- a/hub-agent/templates/rbac/cluster-role-controller.yaml +++ b/hub-agent/templates/rbac/cluster-role-controller.yaml @@ -128,3 +128,10 @@ rules: - pods/log verbs: - get + - apiGroups: + - "" + resources: + - events + verbs: + - create + - patch