-
Notifications
You must be signed in to change notification settings - Fork 158
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
Add minKubeVersion to csv #139
Add minKubeVersion to csv #139
Conversation
/hold |
/test all |
We added From an offline discussion, the RH supported OCP is |
Yes I will update the version to 1.14? How do we sync the CSVs? Do I need to open a separate PR? |
This commit updates the operator csv to the latest version of community operator v1.1.0
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LaVLaS, VaishnaviHire The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Just to provide a public answer for anyone else, the community-operators-prod repo is the source of truth for ODH operator in the OpenShift OperatorHub catalog. That standard release process is update/add the CSV here and then duplicate the change to prod. If any prod changes are made in that repo then we have to manually copy the entries back to this repo and commit the change |
/test operator-e2e |
/hold cancel |
* chore: removes log repetitions for conditions (opendatahub-io#762) * update(knative): enable GPU node tolerations for kserve (opendatahub-io#761) Signed-off-by: Wen Zhou <wenzhou@redhat.com> --------- Signed-off-by: Wen Zhou <wenzhou@redhat.com> Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com>
* chore: removes log repetitions for conditions (opendatahub-io#762) * update(knative): enable GPU node tolerations for kserve (opendatahub-io#761) Signed-off-by: Wen Zhou <wenzhou@redhat.com> --------- Signed-off-by: Wen Zhou <wenzhou@redhat.com> Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com> (cherry picked from commit 0403062)
This commit sets the
minKubeVersion
in csv to 1.18.0. This change prevents ODH operator frombeing deployed on clusters with Kubernetes versions earlier than 1.18.0
Current supported versions of OpenShift: https://access.redhat.com/support/policy/updates/openshift#dates
Issue: https://issues.redhat.com/browse/ODH-414