Skip to content

Commit ef8df81

Browse files
Avi-Robustamoshemoradarikalon1
authored
[ROB-1589] Krr push_scans - requires a new krr version (#1855)
* Revert supabase client version upgrade * Another try * testing krr pushing scan * working krr scans * changing error format in logs * formatting log output * refactored and added feature flags * bumped krr version * add auto job cleanup in push scan * we dont cleanup krr jobs normally so keeping same behavior * pre -test * fixed annotations * fix scan failure * added log * job scan failed * fixed return logs * removed limit * added back nl * pr fixes --------- Co-authored-by: Mohse Morad <moshemorad12340@gmail.com> Co-authored-by: arik <alon.arik@gmail.com>
1 parent a4369e5 commit ef8df81

3 files changed

Lines changed: 207 additions & 113 deletions

File tree

helm/robusta/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,16 @@ builtinPlaybooks:
192192
- pod_events_enricher: {}
193193
- enrich_pod_with_node_events: {}
194194

195+
- name: "KrrJobFailed"
196+
triggers:
197+
- on_job_failure:
198+
scope:
199+
include:
200+
- labels:
201+
- "app=krr.robusta.dev"
202+
actions:
203+
- fail_krr_scan: {}
204+
195205
- name: "PodOOMKill"
196206
triggers:
197207
- on_pod_oom_killed:

0 commit comments

Comments
 (0)