-
Notifications
You must be signed in to change notification settings - Fork 9
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
csv: Update csv version #650
csv: Update csv version #650
Conversation
3dec3dd
to
9327b2f
Compare
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.
@Nikhil-Ladha can you also cherry-pick commit rook@f21f3f5 currently the auto sync pr is on hold #645 (comment)
update rook csv version to 4.17 Signed-off-by: Nikhil-Ladha <[email protected]>
Add generated changes for csv Signed-off-by: Nikhil-Ladha <[email protected]>
9327b2f
to
767060e
Compare
CSV_VERSION="${CSV_VERSION:-${DEFAULT_CSV_VERSION}}" | ||
SKIP_RANGE="${SKIP_RANGE:-""}" | ||
REPLACES_CSV_VERSION="${REPLACES_CSV_VERSION:-""}" | ||
LATEST_ROOK_IMAGE="docker.io/rook/ceph:v1.13.0.399.g9c0d795e2" | ||
ROOK_IMAGE=${ROOK_IMAGE:-${LATEST_ROOK_IMAGE}} | ||
DEFAULT_BUNDLE_IMAGE=rook/rook-ceph-operator-bundle:"${VERSION}" | ||
DEFAULT_BUNDLE_IMAGE=quay.io/ocs-dev/rook-ceph-operator-bundle:"${VERSION}" |
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.
DEFAULT_BUNDLE_IMAGE=quay.io/ocs-dev/rook-ceph-operator-bundle:"${VERSION}" | |
DEFAULT_BUNDLE_IMAGE=quay.io/ocs-dev/rook-ceph-operator-bundle:"${VERSION}" |
Why this change?
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.
The default location for the image is quay.io
now, compared to docker.io/rook
what we discussed when the bundle image was created. So, updated it now.
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.
Ohh only for bundle image right?
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.
Yes
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 NOT APPROVED This pull-request has been approved by: Nikhil-Ladha, subhamkrai The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Update rook csv version, also updated the default rook bundle image.