-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
enhancementNew feature or requestNew feature or requestfeature:multi-sourceBugs or enhancements related to multi-source Applications.Bugs or enhancements related to multi-source Applications.
Description
Checklist:
- I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I've included steps to reproduce the bug.
- I've pasted the output of
argocd version.
Describe the bug
An application with helm chart from source A and values from source B says target revision in source B is not signed when it is indeed signed.
To Reproduce
sources:
- repoURL: 'git@github.com:my-org/my-repo-1.git'
path: charts/test
targetRevision: master
helm:
valueFiles:
- values/test.yaml
- $values1/charts/test/values/test.yaml
- repoURL: 'git@github.com:my-org/my-repo-2.git'
targetRevision: master
ref: values1Expected behavior
Expecting ArgoCD to recognize the commit is signed.
Screenshots
Version
v2.7.7+4650bb2.dirtyLogs
Paste any relevant application logs here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature:multi-sourceBugs or enhancements related to multi-source Applications.Bugs or enhancements related to multi-source Applications.