From d99e843cc8c0acba5d6f72d837a63b41fc5ecf17 Mon Sep 17 00:00:00 2001 From: Harshad Reddy Nalla Date: Fri, 2 Feb 2024 15:41:52 -0500 Subject: [PATCH] Update the manifests images with the commit 548449b Signed-off-by: Harshad Reddy Nalla --- .../config/overlays/openshift/kustomization.yaml | 2 +- .../odh-notebook-controller/config/base/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/notebook-controller/config/overlays/openshift/kustomization.yaml b/components/notebook-controller/config/overlays/openshift/kustomization.yaml index 472858b830b..80bf7b26ea2 100644 --- a/components/notebook-controller/config/overlays/openshift/kustomization.yaml +++ b/components/notebook-controller/config/overlays/openshift/kustomization.yaml @@ -11,7 +11,7 @@ commonLabels: images: - name: docker.io/kubeflownotebookswg/notebook-controller newName: quay.io/opendatahub/kubeflow-notebook-controller - newTag: 1.7-fef37c4 + newTag: 1.7-548449b configMapGenerator: - name: config behavior: merge diff --git a/components/odh-notebook-controller/config/base/kustomization.yaml b/components/odh-notebook-controller/config/base/kustomization.yaml index 67c949b2559..d0c8f13dcc0 100644 --- a/components/odh-notebook-controller/config/base/kustomization.yaml +++ b/components/odh-notebook-controller/config/base/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: quay.io/opendatahub/odh-notebook-controller newName: quay.io/opendatahub/odh-notebook-controller - newTag: 1.7-fef37c4 + newTag: 1.7-548449b