Skip to content

Commit ddc2e67

Browse files
committed
Bump version to v0.0.9
1 parent d318d17 commit ddc2e67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# argocd
33

44
* Needs: >= v3.3
5-
* Image: crenshawdotdev/argocd-executor-plugin:v0.0.8
5+
* Image: crenshawdotdev/argocd-executor-plugin:v0.0.9
66

77
This is an Argo CD plugin that allows you to interact with an argocd instance of your choice.
88
For examples visit https://github.com/UrielCohen456/argo-workflows-argocd-executor-plugin/examples

manifests/argocd-executor-plugin-configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
name: argocd-token
1212
- name: ARGOCD_SERVER
1313
value: argocd-server.argocd.svc.cluster.local
14-
image: crenshawdotdev/argocd-executor-plugin:v0.0.8
14+
image: crenshawdotdev/argocd-executor-plugin:v0.0.9
1515
name: argocd
1616
ports:
1717
- containerPort: 3000

manifests/plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
sidecar:
1212
container:
1313
name: argocd
14-
image: crenshawdotdev/argocd-executor-plugin:v0.0.8
14+
image: crenshawdotdev/argocd-executor-plugin:v0.0.9
1515
env:
1616
- name: ARGOCD_AUTH_TOKEN
1717
valueFrom:

0 commit comments

Comments
 (0)