-
Notifications
You must be signed in to change notification settings - Fork 834
Update Manifest Images to GHCR #2544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
393a0be
9a2f500
60be0c9
f6294f0
68838a8
b53fc32
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ resources: | |
- ../../base | ||
- namespace.yaml | ||
images: | ||
- name: kubeflow/training-operator | ||
newTag: v1-5170a36 | ||
- name: ghcr.io/kubeflow/training/training-operator | ||
newTag: v1-f654b1e | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. will create a followup PR to fix this tag |
||
secretGenerator: | ||
- name: training-operator-webhook-cert | ||
options: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,5 +32,5 @@ const ( | |
// PyTorchInitContainerMaxTriesDefault is the default number of tries for the pytorch init container. | ||
PyTorchInitContainerMaxTriesDefault = 100 | ||
// MPIKubectlDeliveryImageDefault is the default image for launcher pod in MPIJob init container. | ||
MPIKubectlDeliveryImageDefault = "kubeflow/kubectl-delivery:latest" | ||
MPIKubectlDeliveryImageDefault = "ghcr.io/kubeflow/training/kubectl-delivery:latest" | ||
|
||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't
training
misstype?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's an error that also happened in #2491.
Maybe we should also change the image name in:
trainer/.github/workflows/build-and-publish-images.yaml
Lines 76 to 78 in f654b1e
trainer/.github/workflows/build-and-publish-images.yaml
Lines 89 to 91 in f654b1e
WDYT? @saileshd1402 @andreyvelich
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andreyvelich We may also need to delete the
training/*
image in the github package of trainer.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the error in: #2546