Skip to content
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

Fix watsonx.ai CR name #584

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ cartridge_cr:
- name: watsonx-ai
olm_utils_name: watsonx_ai
cr_cr: Watsonxai
cr_name: wxaiaddon-cr
cr_status_attribute: watsonxaiStats
cr_name: watsonxai-cr
cr_status_attribute: watsonxaiStatus
cr_status_completed: Completed
download_dependent_case: True
force_sequential_install: False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ metadata:
spec:
containers:
- name: cloud-pak-deployer
image: quay.io/cloud-pak-deployer/cloud-pak-deployer:test
image: quay.io/cloud-pak-deployer/cloud-pak-deployer:latest
imagePullPolicy: Always
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
Expand Down
Loading