From 4d81eae0152f05e0f7ef062fd13c7c47febbc1b6 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 8 Jul 2025 16:56:56 +0200 Subject: syz-cluster: enable email-reporter for gke-prod Push the image for the email-reporter component and bring it up for the GKE/Prod environment. --- syz-cluster/Makefile | 2 +- syz-cluster/overlays/gke/prod/kustomization.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/syz-cluster/Makefile b/syz-cluster/Makefile index f7dfb71c9..9fb3afd86 100644 --- a/syz-cluster/Makefile +++ b/syz-cluster/Makefile @@ -31,7 +31,7 @@ $(eval $(call build_image_rules,./workflow/boot-step,boot-step)) $(eval $(call build_image_rules,./tools/db-mgmt,db-mgmt)) $(eval $(call build_image_rules,./tools/send-test-email,send-test-email)) -IMAGES := controller web-dashboard reporter-server series-tracker db-mgmt triage-step build-step boot-step fuzz-step send-test-email +IMAGES := controller web-dashboard reporter-server series-tracker db-mgmt triage-step build-step boot-step fuzz-step send-test-email email-reporter BUILD_TARGETS := $(addprefix build-, $(IMAGES)) PUSH_TARGETS := $(addprefix push-, $(IMAGES)) diff --git a/syz-cluster/overlays/gke/prod/kustomization.yaml b/syz-cluster/overlays/gke/prod/kustomization.yaml index 3cc6ada50..5226a2446 100644 --- a/syz-cluster/overlays/gke/prod/kustomization.yaml +++ b/syz-cluster/overlays/gke/prod/kustomization.yaml @@ -4,3 +4,4 @@ resources: - ../common - global-config.yaml + - ../../../email-reporter -- cgit mrf-deployment