Questions tagged [argocd-notification]

8 questions
0
votes
0 answers

ArgoCD Callback To CircleCI Pipeline

What I want is to have ArgoCD approve a job that is in the approval step in CircleCI when a deployment was successful. However, this has been a multi week journey with no results. I first looked at…
wesleywh
  • 1,053
  • 1
  • 13
  • 30
0
votes
0 answers

ArgoCD not triggering notification on sync success

I am trying to set up a notification for older argocd version 2.4.15, but keep struggling with this behavior: level=info msg="Processing skipped: sync status out of date" It happens whenever a new commit is synced and the app is deployed. I have an…
wiktor
  • 73
  • 2
  • 8
0
votes
1 answer

Application Destination needs to be in Projects or Application - ArgoCD?

I am confused on the "application destination" as I am getting different errors when I am adding the destination within the Application config vs Projects Config.
0
votes
0 answers

Error in Argocd notifications github commit status

I'm facing error when the notification is triggered in argocd. I'm trying to setup github commit status when the app is deployed so I followed these docs (and they are latest) ArgoCd Notifications Here are my config…
0
votes
1 answer

Can ArgoCD deploys using info published via API

Does ArgoCD deploys based on info handover from an API call? So far I tried declarative approach for deployments (updating master branch and pull based deployments), never tried via an API call.
0
votes
0 answers

You may need to run helm dependency build to fetch missing dependencies: found in Chart.yaml, but missing in charts/ directory

my dependency is located in a private Artifactory instance. For authentication, I added it as a Helm repository in ArgoCD. However, when using the plugin, the dependency is not pulled, whereas it is pulled when the plugin is not used. error with…
elmehdi
  • 11
  • 3
0
votes
1 answer

Remove .git in repo URL for ArgoCD notification webhook template

I am trying to remove .git from the end of a repo URL, for example, https://gitlab.com/group/repo.git. I am using Argo CD webhook notifications inside a Kubernetes ConfigMap: --- apiVersion: v1 kind: ConfigMap metadata: name:…
Marcus
  • 45
  • 5
0
votes
1 answer

How to set up ArgoCD notification with Teams

I am trying to use ArgoCD notification to my Teams channel, but it isn't sending notification. So, I followed documentation here I created an Incoming Webhook in teams and get URL I set it to argocd-notification secrets: apiVersion: v1 kind:…
Dilshod K
  • 2,924
  • 1
  • 13
  • 46