-
Notifications
You must be signed in to change notification settings - Fork 61
Added Workflow job to update CFO image #398
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 all commits
3a366a3
5dbee5c
226881c
5baea8a
f1add1e
c85eeb2
73f2426
427cf1e
e15f4d2
fc72c50
7945b8b
3188af8
a862a1a
bb3bbb2
7997b25
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ spec: | |
containers: | ||
- command: | ||
- /manager | ||
image: controller:latest | ||
image: $(codeflare_operator_controller_image) | ||
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. Shouldn't it be 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. The |
||
imagePullPolicy: Always | ||
name: manager | ||
securityContext: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
codeflare-operator-controller-image=quay.io/opendatahub/codeflare-operator:v1.0.1 | ||
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. Do we have an agreement with the ODH operator team to change the name from 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. Good catch I haven't informed anyone yet of this change. Will I just drop a message into the ODH DW channel? 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. late for the party, but, if i understand this correctly, we are not going to keep CFO in the near future for ODH and RHOAI. 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. @zdtsw The CFO is still going to be part of ODH / RHOAI in the near future. It's possible we'll reconsider that in the future, but at the moment, it's preferable we operate as usual and consider that these changes are needed. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
varReference: | ||
- path: spec/template/spec/containers[]/image | ||
kind: Deployment |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# These resources constitute the fully configured set of manifests | ||
# used to generate the 'manifests/' directory in a bundle. | ||
resources: | ||
- bases/codeflare-operator.clusterserviceversion.yaml | ||
- ../default | ||
- ../scorecard | ||
- bases/codeflare-operator.clusterserviceversion.yaml | ||
|
||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
Bobbins228 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
kind: Kustomization |
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.
Is that change really needed?
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.
Yes we are using the command to update the params file so that the image variable
codeflare-operator-controller-image
is updated with the passedIMG