-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[argo-events] - CRDS are not up to date #2337
Comments
We follow upstreams' CRD. In Argo Event's case, we follow below. It looks CRD is not changed for a few years in upstream... 🤔 |
Do you get any errors when you deploy the resources in k8s ? Upstream's CRD defines just |
@ArieLevs This feature was added to the code 2 weeks ago with argoproj/argo-events#2878. Release 1.8.1 was released before that. The docs are showing features available to Once argo-events does a new release, we will also release a new chart. You may want to ping the argo-events folks in CNCF slack #argo-events about when a new release is expected. Cheers. |
I have filed an upstream issue in argo-workflows for showing/allowing selections of versioned docs here. We need to do the same with argo-events. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @ArieLevs , |
Describe the bug
argo events helm chart version is not aligned with the CRDs,
for example chart version
2.4.1
has crds with version1.7.0
https://github.com/argoproj/argo-helm/tree/argo-events-2.4.1/charts/argo-events/templates/crdswhile should be
1.8.1
https://github.com/argoproj/argo-helm/blob/argo-events-2.4.1/charts/argo-events/Chart.yaml#L2is there a "real" source of troth for the CRDs we can install them from?
the above issue raised since there is no jetstreamExotic definition anywhere, but its already part of the documentation.
Related helm chart
argo-events
Helm chart version
2.4.1
To Reproduce
install argo events chart version 2.4.1, app verion 1.8.1, the jetstreamExotic key is missing
Expected behavior
documentation / helm app version should match crds version
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: