diff --git a/charts/aigent-cluster/Chart.yaml b/charts/aigent-cluster/Chart.yaml index 9fa1085..0ae8885 100644 --- a/charts/aigent-cluster/Chart.yaml +++ b/charts/aigent-cluster/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: aigent-cluster description: ControlTheory AIgent Cluster - captures k8s events type: application -version: 0.3.34 -appVersion: "v1.3.34" +version: 0.3.35 +appVersion: "v1.3.35" diff --git a/charts/aigent-cluster/templates/clusterrole.yaml b/charts/aigent-cluster/templates/clusterrole.yaml index 2cbeaa2..ca28250 100644 --- a/charts/aigent-cluster/templates/clusterrole.yaml +++ b/charts/aigent-cluster/templates/clusterrole.yaml @@ -7,7 +7,7 @@ metadata: {{- include "aigent-cluster.labels" . | nindent 4 }} rules: - apiGroups: [""] - resources: ["pods", "namespaces", "nodes"] + resources: ["pods", "namespaces", "nodes", "services"] verbs: ["get", "list", "watch"] - apiGroups: ["apps"] resources: ["replicasets", "deployments", "daemonsets", "statefulsets"] @@ -15,6 +15,9 @@ rules: - apiGroups: ["batch"] resources: ["jobs", "cronjobs"] verbs: ["get", "list", "watch"] + - apiGroups: ["networking.k8s.io"] + resources: ["ingresses"] + verbs: ["get", "list", "watch"] - apiGroups: ["events.k8s.io"] resources: ["events"] verbs: ["get", "list", "watch"] diff --git a/charts/aigent-ds/Chart.yaml b/charts/aigent-ds/Chart.yaml index 707073c..199dc8f 100644 --- a/charts/aigent-ds/Chart.yaml +++ b/charts/aigent-ds/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: aigent-ds description: ControlTheory AIgent DaemonSet - AI-powered log aggregation per node type: application -version: 0.3.34 -appVersion: "v1.3.34" +version: 0.3.35 +appVersion: "v1.3.35"