dag-andersen / argocd-diff-preview

Tool for rendering manifest changes on pull requests.
Apache License 2.0
175 stars 10 forks source link

ApplicationSet | Git Generators Does not work as expected #67

Open dag-andersen opened 4 days ago

dag-andersen commented 4 days ago

Currently, applications using Git generators do not detect changes properly.

apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
  name: app-name
  namespace: argocd
spec:
  generators:
  - git:
      repoURL: https://github.com/org/repo-name.git
      revision: 🚀🚀🚀🚀🚀🚀🚀    ⬅️     This field is not being updated correctly

I am working on a fix. Please give a "👍" on the issue if you have experienced this problem, so I have an idea of how many people are affected.