-
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
Merged
astefanutti
merged 15 commits into
project-codeflare:main
from
Bobbins228:update-image-ver-wf
Jan 19, 2024
Merged
Changes from 13 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
3a366a3
Added Workflow job to update CFO image
Bobbins228 5dbee5c
Re-added manifests
Bobbins228 226881c
Moved params to manifests and fixed manager
Bobbins228 5baea8a
Removed and reference
Bobbins228 f1add1e
Move params out of bases and removed bases folder
Bobbins228 c85eeb2
Removed manifest alteration steps in bundle
Bobbins228 73f2426
Re-added clusterserviceversion.yaml
Bobbins228 427cf1e
Removed generation of csv
Bobbins228 e15f4d2
Added csv to Kustomize
Bobbins228 fc72c50
moved csv out of manifests
Bobbins228 7945b8b
Moved params to manager altered make file
Bobbins228 3188af8
Updated workflow params path
Bobbins228 a862a1a
Review changes: go ver & param path
Bobbins228 bb3bbb2
Review changes: image name, config map name
Bobbins228 7997b25
Review changes: removed duplicate file & set image command
Bobbins228 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
odh-codeflare-operator-controller-image=quay.io/opendatahub/codeflare-operator:v1.0.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
varReference: | ||
- path: spec/template/spec/containers[]/image | ||
kind: Deployment |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
- codeflare-operator.clusterserviceversion.yaml | ||
Bobbins228 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
Bobbins228 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
kind: Kustomization |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.