Nishit Goel

Results 23 comments of Nishit Goel
trafficstars

Ok, No problem. However, the issue has been resolved by using `command: [/kaniko/executor]`. One thing I want to ask, how can I automatically assign docker-image tags. Below is my code....

@vfarcic Hi, I am using `{{workflow. name}}` as a workflow variable, which is assing a new docker image tag. However, Argo image updater couldn't update this tag. Using the below...

@vfarcic Here is the manifest ``` apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: gitops-image-updater namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io annotations: argocd-image-updater.argoproj.io/image-list: nishit2408/argo-imageupdater:* argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/repo-322047772 argocd-image-updater.argoproj.io/git-branch: master spec: project: default source: repoURL:...