-
Notifications
You must be signed in to change notification settings - Fork 753
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 version 0.9.0: operator image not available, Github release missing #1295
Comments
Can confirm. Looking at https://quay.io/repository/argoprojlabs/argocd-operator?tab=history&tag=latest v0.9.0 was overwritten
The old manifest must have been deleted: https://quay.io/repository/argoprojlabs/argocd-operator/manifest/sha256:38d61c3acda6230525614d1e609d0955f944680ccf12c07c1c84a7e5b0b98de8 |
Unfortunately, we had automatic update enabled on our OKD cluster and the process failed. The service is up and running, but 0.8.0 stuck in "Replacing" status while 0.9.0 cannot start up and logs an error message continuously:
I was able to reproduce it just now, running ArgoCD on a Single Node OKD environment. This might be the reason why the new version is deleted on operatorhub.io. |
had the same problem, my okd auto upgraded to 0.9.0 and i had a 'jiatan75' moment where I thought about whats going on, on operatorhub its still 0.8.0, normally operatorhub updates faster then the redhat community operator catalog, so i investigated. this commit should have fixed it https://github.com/argoproj-labs/argocd-operator/pull/1296/files#diff-01184a8cb2250baf03253df4c205a04a94228e5db47e1cbfd7e9edf44182a65a but redhat-openshift-ecosystem/community-operators-prod#4321 (comment) said nop because of
so I think what needs to be done is to release a 0.9.1 csv over here in the argocd operator repo |
@reginapizza Any chance for an update soon? |
hello! Yep currently trying to fix this, but I wanted to verify everything with my teammate first... unfortunately he's on PTO until wednesday. In our release document, it didn't explicitly state that the community operators release PR should be merged before the RH operators PR, so I made both PR's at the same time, and it was caught in the community-operators merge checks that the labels are wrong (due to an automatic change with some control-plane labels that is made every time we run |
Just to note, I ran the entire process yesterday on my private okd https://argocd-operator.readthedocs.io/en/latest/release-process/ and it would be perfectly fine with patch level versioned csv's For now only alpha channel for the operator is published it would be maybe a good idea creating new channel(s) where patch level versioned csv's are possible maybe like this # https://github.com/argoproj-labs/argocd-operator/blob/c7c457dea032941b3c13d86db5e8045d62d8c6a3/deploy/olm-catalog/argocd-operator/argocd-operator.package.yaml
channels:
- currentCSV: argocd-operator.v0.7.0
name: alpha
- currentCSV: argocd-operator.v0.9.1
name: beta
defaultChannel: alpha
packageName: argocd-operator (imo the best channel schema at final state would be something like openshift does) channels:
- currentCSV: argocd-operator.v0.9.1
name: stable
- currentCSV: argocd-operator.v0.9.4
name: fast
- currentCSV: argocd-operator.v0.10.5
name: candidate
defaultChannel: alpha
packageName: argocd-operator
No Problem, I was just curious, so I investigated. I pinned my operator to 0.8.0 and then upgraded to my self built 0.9.2, so for me there is no dire need to have it done before hand :) |
Hello, Do we have an update on this ? Thank you. |
hey! I released 0.9.0 and also 0.9.1 yesterday. v0.9.1 is the same as 0.9.0 except I've fixed the control plane issue and bumped the argocd version to 2.9.11. I have a PR open here to add it to the red hat community operators, but there's some issue with preflight in the CI checks that causes a merge block. Currently trying to get an ETA on when that will be fixed so the PR can auto-merge, but hopefully it should be available soon! |
@reginapizza Looks like the PR is approved but not merged yet? |
@bo0ts hey! Yeah unfortunately the issue with pre-flight is not fixed yet. If you see most of the other open PR's the majority of them are also failing the same way. I've been keeping up with the people working on fixing it on slack and waiting for updates on when it should be fixed, and in the meantime continuing to try the pipelines in case there's some chance that it could pass :/ I'm sorry that it's not fixed yet, I'm trying everything I can to get it merged asap and I'll post here as soon as I see it's merged! |
The image v0.9.1 was pushed successfully:
|
yep! Just saw that the PR was finally merged, so 0.9.1 should be available now. If you find it acceptable, please mark the issue as closed! |
Hello, Can confirm that the issue is fixed for us as well. Thank you for all the efforts ! |
Hi @reginapizza hmm, in my OKD4-staging environment our ArgoCD operator is not able to see any newer versions than v0.8.0 We noticed in the ArgoCD-jobs under namespace Any tips here? I have tried reinstalling the operator(with first removing the sub,csv and relevant job/cm under namespace |
This was due to a bug in OKD4. Pruning alle the community-operator images with crictl resolved the issue. |
is there any solution to fix this with reinstall the operator enzo ? |
Hi,
it seems that there is a new version, 0.9.0, of the ArgoCD operator on OperatorHub.
However, operatorhub.io is still showing 0.8.0 as the latest release.
On Github, there isn't a new release, either.
Our OpenShift cluster sees the 0.9.0 version as latest, though. When it tries to install it, the installation fails because the operator image on quay.io is missing.
The ClusterServiceVersion sets the image
quay.io/argoprojlabs/argocd-operator@sha256:38d61c3acda6230525614d1e609d0955f944680ccf12c07c1c84a7e5b0b98de8
.CSV:
This image does not exist on quay.io. Maybe something went wrong during the OperatorHub release?
Screenshots
Version 0.9.0 being available via OperatorHub from the POV of our OpenShift cluster:
The text was updated successfully, but these errors were encountered: