From a7e2abd72a601230a5c482e98a0774e335fe83c3 Mon Sep 17 00:00:00 2001 From: Harshad Reddy Nalla Date: Fri, 27 Oct 2023 01:44:42 -0400 Subject: [PATCH] Point the default patch image to the stable tag Signed-off-by: Harshad Reddy Nalla --- .../notebook-controller/config/overlays/openshift/params.env | 2 +- components/odh-notebook-controller/config/base/params.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/notebook-controller/config/overlays/openshift/params.env b/components/notebook-controller/config/overlays/openshift/params.env index 64be4972ebd..2ef1d1a2450 100644 --- a/components/notebook-controller/config/overlays/openshift/params.env +++ b/components/notebook-controller/config/overlays/openshift/params.env @@ -1 +1 @@ -odh-kf-notebook-controller-image=quay.io/opendatahub/kubeflow-notebook-controller:latest +odh-kf-notebook-controller-image=quay.io/opendatahub/kubeflow-notebook-controller:stable diff --git a/components/odh-notebook-controller/config/base/params.env b/components/odh-notebook-controller/config/base/params.env index e02d6f25f65..26e5d3cce87 100644 --- a/components/odh-notebook-controller/config/base/params.env +++ b/components/odh-notebook-controller/config/base/params.env @@ -1 +1 @@ -odh-notebook-controller-image=quay.io/opendatahub/odh-notebook-controller:latest \ No newline at end of file +odh-notebook-controller-image=quay.io/opendatahub/odh-notebook-controller:stable