From 433a08e39436a3b049706afb79d966e8cf21b782 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 3 Dec 2024 10:23:20 +0000 Subject: [PATCH] Update odh and notebook-controller with image 1.9-343990c --- .../notebook-controller/config/overlays/openshift/params.env | 2 +- components/odh-notebook-controller/config/base/params.env | 2 +- components/odh-notebook-controller/makefile-vars.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/notebook-controller/config/overlays/openshift/params.env b/components/notebook-controller/config/overlays/openshift/params.env index 9409652eb51..11c43113d8f 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:1.9-cae23d6 +odh-kf-notebook-controller-image=quay.io/opendatahub/kubeflow-notebook-controller:1.9-343990c diff --git a/components/odh-notebook-controller/config/base/params.env b/components/odh-notebook-controller/config/base/params.env index f05387ddc82..8cc335d8958 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:1.9-cae23d6 +odh-notebook-controller-image=quay.io/opendatahub/odh-notebook-controller:1.9-343990c diff --git a/components/odh-notebook-controller/makefile-vars.mk b/components/odh-notebook-controller/makefile-vars.mk index 4bd380a60ce..2471330a7e7 100644 --- a/components/odh-notebook-controller/makefile-vars.mk +++ b/components/odh-notebook-controller/makefile-vars.mk @@ -1 +1 @@ -KF_TAG ?= 1.9-cae23d6 +KF_TAG ?= 1.9-343990c