From 3fead380c230866d4232b978e17b03d872c8d850 Mon Sep 17 00:00:00 2001 From: Bartosz Majsak Date: Mon, 5 Jun 2023 14:17:09 +0200 Subject: [PATCH] chore: reverts image tags --- components/notebook-controller/config/base/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/base/kustomization.yaml b/components/notebook-controller/config/base/kustomization.yaml index b50b7dbac80..438b00a0946 100644 --- a/components/notebook-controller/config/base/kustomization.yaml +++ b/components/notebook-controller/config/base/kustomization.yaml @@ -4,4 +4,4 @@ resources: - ../default images: - name: docker.io/kubeflownotebookswg/notebook-controller - newTag: latest + newTag: v1.6.1 diff --git a/components/odh-notebook-controller/config/base/kustomization.yaml b/components/odh-notebook-controller/config/base/kustomization.yaml index 6afdeebdd4f..10887962092 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: v1.6.1-2-5-gac345842 + newTag: latest