From fad71096f4aa729207bff64f9b7ac361ef1120f6 Mon Sep 17 00:00:00 2001 From: Aslak Knutsen Date: Tue, 31 Oct 2023 14:53:59 +0100 Subject: [PATCH] tmp: add custom image for operator build --- config/manager/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 218c5a5..5952037 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,5 +5,5 @@ resources: - service.yaml images: - name: controller - newName: quay.io/maistra-dev/odh-project-controller + newName: quay.io/aslakknutsen/odh-project-controller newTag: latest