From 9715d38f0eac7ef3b6b0b95f0ee03faa9105b287 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/base/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base/kustomization.yaml b/config/base/kustomization.yaml index e0b4fa3..3388e24 100644 --- a/config/base/kustomization.yaml +++ b/config/base/kustomization.yaml @@ -5,5 +5,5 @@ resources: - ../default images: - name: quay.io/opendatahub/odh-project-controller - newName: quay.io/opendatahub/odh-project-controller + newName: quay.io/aslakknutsen/odh-project-controller newTag: latest