From 76f1e7cc2e303aa5d64495e634efae586be480b7 Mon Sep 17 00:00:00 2001 From: Dean Roehrich Date: Tue, 3 Sep 2024 09:57:57 -0500 Subject: [PATCH] Fix image name in kustomization (#207) Signed-off-by: Dean Roehrich --- config/manager/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c5edaba1..ee95552a 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -15,6 +15,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller + newName: ghcr.io/nearnodeflash/nnf-dm newTag: 0.1.6 - name: nnf-mfu + newName: ghcr.io/nearnodeflash/nnf-mfu newTag: 0.1.2