Skip to content

Renovate partly reporting ArgoCD deps updates #24353

Answered by secustor
fad3t asked this question in Request Help
Discussion options

You must be logged in to vote

I have identified the issue.
We do not expect the apiVersion value to be quoted as this is unnecessary and usually isn't been done.

I'm preparing a PR to fix this, but as workaround simply do this

-apiVersion: "argoproj.io/v1alpha1"
+apiVersion: argoproj.io/v1alpha1

As context we check for this line to reduce overhead of parsing yaml documents when they do not contain ArgoCD manifests.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@fad3t
Comment options

@secustor
Comment options

Answer selected by fad3t
@fad3t
Comment options

@secustor
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants