Skip to content

Commit

Permalink
Merge pull request #357 from harshad16/update-image-on-manifests
Browse files Browse the repository at this point in the history
Update notebook-controller with image 1.7-35b81f5
  • Loading branch information
harshad16 authored Jun 21, 2024
2 parents 35b81f5 + 110c0be commit 832f9d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/notebook-controller
newName: quay.io/opendatahub/kubeflow-notebook-controller
newTag: 1.7-95b683e
newTag: 1.7-35b81f5
configMapGenerator:
- name: config
behavior: merge
Expand Down
2 changes: 1 addition & 1 deletion components/odh-notebook-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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-95b683e
KF_TAG ?= 1.7-35b81f5

CONTAINER_ENGINE ?= podman

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: quay.io/opendatahub/odh-notebook-controller
newName: quay.io/opendatahub/odh-notebook-controller
newTag: 1.7-95b683e
newTag: 1.7-35b81f5

0 comments on commit 832f9d1

Please sign in to comment.