-
Notifications
You must be signed in to change notification settings - Fork 231
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
Update DeploymentConfig controller to use getPreferredVersion #2164
Update DeploymentConfig controller to use getPreferredVersion #2164
Conversation
@@ -8,7 +8,7 @@ <h1 class="contains-actions"> | |||
<div class="pull-right dropdown" ng-if="deploymentConfig" ng-hide="!('deploymentConfigs' | canIDoAny)"> |
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.
We should be updating the canIDoAny
checks to use the same resource versions as the actions
We'll also want to update the health check URL to use the group from preferred version on this PR |
b06a534
to
f96ece2
Compare
Just rebased & caught this one up w/the other PRs re: |
f96ece2
to
4428773
Compare
rebased |
[merge] |
Evaluated for origin web console merge up to 4428773 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/288/) (Base Commit: 36bd0fb) (PR Branch Commit: 4428773) |
Depends on web-common PR 201 and web-common PR 202