Replies: 2 comments 2 replies
|
I also missed that there feature is there #9509 (reply in thread) |
0 replies
|
Since OCI doesn't seem to implement a search function. I think this feature cannot be implemented without it. Would it be a possibility to tag helm charts with partial versioning? Version 3.6.3 tagged |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
One of my applications publish helm charts in an OCI registry with this kind of version (appname-incrementalIndex-commitHash-dev);
And I use this kind of config for Argo CD:
Let's say the current deployed app is from helm "api-2-ijk-dev"
I'm only able to install the latest version (api-3-xyz-dev) if i hit the "Refresh Hard" button, Argo CD won't do it automatically.
Is there a way to improve this?
P.S.: I also try with '>0.0.0-0-0-0' and all sorts of target version without success
EDIT:
ArgoCD v2.3.3
All reactions