Skip to content

Commit

Permalink
Bump version to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crenshaw-dev committed Nov 1, 2022
1 parent b307ff7 commit df3dc22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifests/argocd-executor-plugin-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion manifests/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df3dc22

Please sign in to comment.