-
Notifications
You must be signed in to change notification settings - Fork 598
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
operator [O] victoriametrics-operator (0.49.1) #5341
Conversation
@victoriametrics-bot,@Haleygo,@AndrewChubatiuk,@f41gh7 , please approve as you are original reviewer(s). |
Hmm. So it is not possible to fix it by either deleting the latest bundle and adding it again with correct replaces, nor with changing the replaces strategy for the latest bundle either because of incorrect channel head . This warrants further investigation/debugging. |
9568cfd
to
169d023
Compare
for some reason version sort is broken in traffic light test
it tries to run 0.9.1, which uses deprecated API |
yeah, I am trying to find out the reason why but to no avail yet. If I change the replaces strategy to see if it will align to the previous versions, it will fail on semver because OLM enforces strict Semantic versioning rules. New must progress forward from the channel head. Changing 0.49.1 replaces field breaks this rule because 0.49.1 is already indexed but is now out of order. |
Dear @tomasbakk, To fix this issue please rebase or execute following commands:
|
f1b6bf7
to
6eceef2
Compare
Dear @tomasbakk, To fix this issue please rebase or execute following commands:
|
Signed-off-by: tbak <[email protected]>
Signed-off-by: Ales Raszka <[email protected]>
6eceef2
to
85dc839
Compare
@tomasbakk I've removed too old versions and rebuilt index, suppose this PR can be closed |
Thank you. Yes, I will close the PR. |
@AndrewChubatiuk Just a quick note; release of your operator for the latest bundle failed because there are some other operators out of sync, due to the recent problems. I run the manual release of said bundles and after the workflow is finished, your recent bundles should be release as well. |
This PR is meant to fix the broken bundle that is affecting releasing of k8s operators.
Thanks submitting your Operator. Please check below list before you create your Pull Request.
New Submissions
Updates to existing Operators
ci.yaml
file according to the update instructions?replaces
property if you chosereplaces-mode
via theupdateGraph
property inci.yaml
?package.yaml
orannotations.yaml
?Your submission should not
Operator Description must contain (in order)
Operator Metadata should contain
Remember that you can preview your CSV here.
--
1 If you feel your Operator does not fit any of the pre-defined categories, file an issue against this repo and explain your need
2 For more information see here