diff --git a/manifests/README.md b/manifests/README.md index a127526..5ba37b0 100644 --- a/manifests/README.md +++ b/manifests/README.md @@ -2,7 +2,7 @@ # argocd * Needs: >= v3.3 -* Image: crenshawdotdev/argocd-executor-plugin:v0.0.5 +* Image: crenshawdotdev/argocd-executor-plugin:v0.0.6 This is an Argo CD plugin that allows you to interact with an argocd instance of your choice. For examples visit https://github.com/UrielCohen456/argo-workflows-argocd-executor-plugin/examples diff --git a/manifests/argocd-executor-plugin-configmap.yaml b/manifests/argocd-executor-plugin-configmap.yaml index c45b8ca..3d1c325 100644 --- a/manifests/argocd-executor-plugin-configmap.yaml +++ b/manifests/argocd-executor-plugin-configmap.yaml @@ -11,7 +11,7 @@ data: name: argocd-sync-token - name: ARGOCD_SERVER value: argocd-server.argocd.svc.cluster.local - image: crenshawdotdev/argocd-executor-plugin:v0.0.5 + image: crenshawdotdev/argocd-executor-plugin:v0.0.6 imagePullPolicy: Never name: argocd ports: diff --git a/manifests/plugin.yaml b/manifests/plugin.yaml index 7807e17..9cc171c 100644 --- a/manifests/plugin.yaml +++ b/manifests/plugin.yaml @@ -11,7 +11,7 @@ spec: sidecar: container: name: argocd - image: crenshawdotdev/argocd-executor-plugin:v0.0.5 + image: crenshawdotdev/argocd-executor-plugin:v0.0.6 imagePullPolicy: Never env: - name: ARGOCD_AUTH_TOKEN