diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9d299f108..2efdf15cf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -27,7 +27,6 @@ Dockerfile.integration-test @cloudoperators/greenhouse-core @cloudoperators/gree /doop/ @andypf @artiereus @edda @hodanoori @tilmanhaupt @uwe-mayer /exposed-services/ @cloudoperators/greenhouse-backend /external-dns/ @cloudoperators/greenhouse-backend -/heureka/ @andypf @artiereus @edda @hodanoori @tilmanhaupt @uwe-mayer /ingress-nginx/ @cloudoperators/greenhouse-backend /kafka/ @cloudoperators/greenhouse-observability /kube-monitoring/ @cloudoperators/greenhouse-observability @@ -41,10 +40,10 @@ Dockerfile.integration-test @cloudoperators/greenhouse-core @cloudoperators/gree /service-proxy/ @cloudoperators/greenhouse-backend /thanos/ @cloudoperators/greenhouse-observability ui/ @cloudoperators/greenhouse-frontend -/heureka/ @cloudoperators/greenhouse-src @cloudoperators/greenhouse-frontend @dimtas -/heureka-scanner-k8s-assets/ @cloudoperators/greenhouse-src @dimtas -/heureka-scanner-keppel/ @cloudoperators/greenhouse-src @dimtas -/heureka-scanner-nvd/ @cloudoperators/greenhouse-src @dimtas +/heureka/ @cloudoperators/greenhouse-src @cloudoperators/greenhouse-frontend @dimtas @mr2011 @mdrkb +/heureka-scanner-k8s-assets/ @cloudoperators/greenhouse-src @dimtas @mr2011 @mdrkb +/heureka-scanner-keppel/ @cloudoperators/greenhouse-src @dimtas @mr2011 @mdrkb +/heureka-scanner-nvd/ @cloudoperators/greenhouse-src @dimtas @mr2011 @mdrkb /repo-guard/ @cloudoperators/greenhouse-backend /reloader/ @cloudoperators/greenhouse-backend /owner-label-injector/ @cloudoperators/greenhouse-backend diff --git a/heureka-scanner-k8s-assets/plugindefinition.yaml b/heureka-scanner-k8s-assets/plugindefinition.yaml index 7cb2f8d4e..24853dbaf 100644 --- a/heureka-scanner-k8s-assets/plugindefinition.yaml +++ b/heureka-scanner-k8s-assets/plugindefinition.yaml @@ -6,7 +6,7 @@ kind: PluginDefinition metadata: name: heureka-scanner-k8s-assets spec: - version: 0.1.2 + version: 0.1.3 displayName: Heureka Scanner for K8s Assets description: The scanner discovers and reports Kubernetes assets (pods, containers, images) to Heureka helmChart: @@ -31,4 +31,22 @@ spec: description: Timeout for scanner operations required: false type: string - default: "2h" \ No newline at end of file + default: "2h" + - name: scanner.k8s_cluster_name + required: false + description: Cluster name + type: string + - name: scanner.k8s_cluster_region + required: false + description: Cluster region + type: string + - name: scanner.service_label + description: Pod label indicating the service name + required: false + type: string + default: "ccloud/service" + - name: scanner.support_group_label + description: Pod label indicating the support group + required: false + type: string + default: "ccloud/support-group" \ No newline at end of file