Skip to content

Commit

Permalink
Update manifest to use ODH KFTO image
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanabaza committed Sep 16, 2024
1 parent c7d4e1b commit 3a444b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Image URL to use all building/pushing image targets
IMG ?= kubeflow/training-operator:latest
IMG ?= quay.io/opendatahub/training-operator:latest
# CRD generation options
CRD_OPTIONS ?= "crd:generateEmbeddedObjectMeta=true,maxDescLen=400"

Expand Down
9 changes: 5 additions & 4 deletions manifests/overlays/standalone/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubeflow
resources:
- ../../base
- namespace.yaml
- ../../base
- namespace.yaml
images:
- name: kubeflow/training-operator
newTag: "v1-855e096"
- name: kubeflow/training-operator
newName: quay.io/opendatahub/training-operator
newTag: latest

0 comments on commit 3a444b5

Please sign in to comment.