Skip to content

Commit

Permalink
set odh controller image for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Jan 14, 2025
1 parent 7c2aaca commit 24ab7a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/odh-notebook-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
include makefile-vars.mk

# Image URL to use all building/pushing image targets
IMG ?= quay.io/opendatahub/odh-notebook-controller
TAG ?= $(shell git describe --tags --always)
IMG ?= quay.io/rh_ee_atheodor/odh-notebook-controller
TAG ?= remove-jupyter-env-1

KF_IMG ?= quay.io/opendatahub/kubeflow-notebook-controller
KF_TAG ?= $(KF_TAG)
Expand Down Expand Up @@ -114,7 +114,7 @@ run: manifests generate fmt vet certificates ktunnel ## Run a controller from yo
go run ./main.go

.PHONY: docker-build
docker-build: test ## Build docker image with the manager.
docker-build: ## Build docker image with the manager.
cd ../ && ${CONTAINER_ENGINE} build . -t ${IMG}:${TAG} -f odh-notebook-controller/Dockerfile

.PHONY: docker-push
Expand Down
2 changes: 1 addition & 1 deletion components/odh-notebook-controller/config/base/params.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
odh-notebook-controller-image=quay.io/opendatahub/odh-notebook-controller:main
odh-notebook-controller-image=quay.io/rh_ee_atheodor/odh-notebook-controller:remove-jupyter-env-1

0 comments on commit 24ab7a7

Please sign in to comment.