ArgoCD Terminating the container when should sync #8816
AleixoLucas42
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
I have a CICD pipeline that have some CI / tests and inside my pipeline i've a step thats change the deployment yaml file and do a git commit to the repository where my argoCD app is listening. After the pipeline change my deployment file, I send a sync through API to sync the ArgCD App, but when start to create a new container, the container sudenly terminate and the version keep the last version. This started to occur when I updated to version 2.0.5 +
Any Ideas that I can fix this?
My ArgoCD APP Manifest:
project: ecommerce source: repoURL: 'my repo using SSH' path: . targetRevision: master destination: server: 'My Kubernetes:443' namespace: My Namespace syncPolicy: automated: {} retry: limit: 10 backoff: duration: 10s factor: 2 maxDuration: 4m0s
Beta Was this translation helpful? Give feedback.
All reactions