From 7c1988007affca0c2bf72b363c8e6901f473cfad Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 18 Dec 2024 15:22:05 +0000 Subject: [PATCH] Update odh and notebook-controller with image 1.9-521f441 --- .../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..bfde5de3684 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-521f441 diff --git a/components/odh-notebook-controller/config/base/params.env b/components/odh-notebook-controller/config/base/params.env index f05387ddc82..ca646d4e42e 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-521f441 diff --git a/components/odh-notebook-controller/makefile-vars.mk b/components/odh-notebook-controller/makefile-vars.mk index 4bd380a60ce..ee4c221619a 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-521f441