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

minor update: unblock if dataplane never deployed #1128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 11, 2024

  1. minor update: unblock if dataplane never deployed

    Add a unit test and adjust logic to allow minor updates to
    complete when only the ControlPlane is completely deployed.
    Previously if the dataplaneDeployments were in a state of
    failure (upon initial deployment) a minor update would not
    succeed. The new logic allows targetVersiont to be switched
    without following the minor update workflow sequence and
    immediately updates the images on the Controlplane.
    
    This is a rare case but a user actually hit it when
    updating the operators with failed/incomplete dataplane resources.
    
    Jira: OSPRH-10645
    dprince committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e8a983c View commit details
    Browse the repository at this point in the history