Replies: 2 comments
-
|
Hey @treezio .
It's not possible today. Regarding OCI registries, I don't see how it could even work. Even if the appversion is exposed as annotation, this would imply a lot of API request. One to retrieve all versions and then one per version to retrieve annotation (assuming annotations contains the appversion) I would need to do some investigation |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the explanation! This could be a great feature 🚀 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I would like to be able to get a helm chart as source filtering by the application version that it manages.
As an example, I would like to be able to get the latest chart version available for
cluster-autoscalerchart filtering by the cluster autoscaler application version that fits my needs, as its compatibility is associated to a kubernetes version.My scenario is the following:
I have a file where the cluster version is defined. I can scrape that value. using a
fileresource. lets imagine that it's1.27As cluster autoscaler versioning is associated to kubernetes versioning:
cluster-autoscaler 1.26.X -> kubernetes 1.26
cluster-autoscaler 1.27.X -> kubernetes 1.27
and so
I can get the latest version available for
cluster-autoscalingfiltering by the version scraped in the first step.Then, having the latest version available for cluster-autoscaler that is compatible with my kubernetes version.
I'd like to filter the latest version for the
cluster-autoscalerhelm chart that uses the application version scraped in the previous step.Then I could just update my gitops repository to point to that chart version.
After all this process, I'd expect to be able get chart version 9.29.5 which uses application version
1.27.2which is the latest available for my kubernetes cluster version.Is this something I could achieve using
updatecli? I did not see how to filter thehelmchartresource by application version :(I hope this is clear enough, Thanks !
Beta Was this translation helpful? Give feedback.
All reactions