-
Notifications
You must be signed in to change notification settings - Fork 245
OTA-1997: Allow the CVO to use the agentic-skills payload image when creating proposals #1433
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
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 |
|---|---|---|
|
|
@@ -2,6 +2,10 @@ kind: ImageStream | |
| apiVersion: image.openshift.io/v1 | ||
| spec: | ||
| tags: | ||
| - name: agentic-skills | ||
| from: | ||
| kind: DockerImage | ||
| name: placeholder.url.oc.will.replace.this.example.org:agentic-skills | ||
|
Comment on lines
+5
to
+8
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. 🎯 Functional Correctness | 🔴 Critical | ⚡ Quick win Complete the ImageStream metadata before adding this tag. As supplied, this install manifest has no 🤖 Prompt for AI AgentsSource: Path instructions |
||
| - name: cluster-update-console-plugin | ||
| from: | ||
| kind: DockerImage | ||
|
|
||
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.
This is the main change since #1427, right? We'd previously used
index .Images "agentic-skills"there, and it makes sense to me to not set the env-var at all, which is what we're doing this time around.