From 9e146aac6e524c33af997162c6606366de865a0d Mon Sep 17 00:00:00 2001 From: Eloy Coto Date: Fri, 28 Apr 2023 10:51:37 +0200 Subject: [PATCH] CI: fix issues with images tags Signed-off-by: Eloy Coto --- hack/manifests/testing/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/manifests/testing/kustomization.yaml b/hack/manifests/testing/kustomization.yaml index 61590079f..bcbc08aec 100644 --- a/hack/manifests/testing/kustomization.yaml +++ b/hack/manifests/testing/kustomization.yaml @@ -9,10 +9,10 @@ patchesStrategicMerge: - parodos-patch.yaml images: -- name: quay.io/parodos-dev/workflow-service:latest +- name: quay.io/parodos-dev/workflow-service:main newTag: test -- name: quay.io/parodos-dev/notification-service:latest +- name: quay.io/parodos-dev/notification-service:main newTag: test configMapGenerator: