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 version checker job update errors with field is immutable #988

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

Commits on Jun 16, 2023

  1. Fix the version checker job update errors out with field is immutable

    Currently, In version checker job we reconcile the job and create the job if not present and update the job if there is some change in existing job. However updating the template of the job is not allowed and we get the "Field is immutable" error. I have fixed it by recreating the job instead of updating it.
    prafull01 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c5eb253 View commit details
    Browse the repository at this point in the history