From afaf6f5337fcc21e73330653ba584dcd8ca81615 Mon Sep 17 00:00:00 2001 From: Harshad Reddy Nalla Date: Thu, 23 May 2024 13:58:55 -0400 Subject: [PATCH] Update notebook-controller with image 1.7-417ac03 Signed-off-by: Harshad Reddy Nalla --- .../config/overlays/openshift/kustomization.yaml | 2 +- components/odh-notebook-controller/Makefile | 2 +- .../odh-notebook-controller/config/base/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/notebook-controller/config/overlays/openshift/kustomization.yaml b/components/notebook-controller/config/overlays/openshift/kustomization.yaml index 54e27d93dc0..8eadbb7144f 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-4bc5b76 + newTag: 1.7-417ac03 configMapGenerator: - name: config behavior: merge diff --git a/components/odh-notebook-controller/Makefile b/components/odh-notebook-controller/Makefile index 4d03bf8ed7f..05682e5eac1 100644 --- a/components/odh-notebook-controller/Makefile +++ b/components/odh-notebook-controller/Makefile @@ -4,7 +4,7 @@ IMG ?= quay.io/opendatahub/odh-notebook-controller TAG ?= $(shell git describe --tags --always) KF_IMG ?= quay.io/opendatahub/kubeflow-notebook-controller -KF_TAG ?= 1.7-870980f +KF_TAG ?= 1.7-417ac03 CONTAINER_ENGINE ?= podman diff --git a/components/odh-notebook-controller/config/base/kustomization.yaml b/components/odh-notebook-controller/config/base/kustomization.yaml index 4ad9d3da96e..ca9a0b9ce5b 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-4bc5b76 + newTag: 1.7-417ac03