Replies: 1 comment 20 replies
|
Not sure if this is what you mean, but Argo already supports tracking versions: https://argo-cd.readthedocs.io/en/stable/user-guide/tracking_strategies/ |
20 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.
ArgoCD will always deploy the latest commit / revision
For Helm on OCI you need to specify a fixed Version of the Helm Chart in the Application
argo-cd/reposerver/repository/repository.go
Line 1663 in 7faae31
Unable to deploy revision: rpc error: code = Unknown desc = Get "ghcr.io/rowi1de/graphql-reactive/graphql-reactive/index.yaml": unsupported protocol scheme ""My workflow is as follows
One Note: I'm currently not pushing the modified Chart.yaml from the GitHub Action Release workflow, so the committed Chart.yaml will always contain a wrong version
All reactions