File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# argocd
3
3
4
4
* Needs: >= v3.3
5
- * Image: crenshawdotdev/argocd-executor-plugin: v0 .0.8
5
+ * Image: crenshawdotdev/argocd-executor-plugin: v0 .0.9
6
6
7
7
This is an Argo CD plugin that allows you to interact with an argocd instance of your choice.
8
8
For examples visit https://github.com/UrielCohen456/argo-workflows-argocd-executor-plugin/examples
Original file line number Diff line number Diff line change 11
11
name: argocd-token
12
12
- name: ARGOCD_SERVER
13
13
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
15
15
name: argocd
16
16
ports:
17
17
- containerPort: 3000
Original file line number Diff line number Diff line change 11
11
sidecar :
12
12
container :
13
13
name : argocd
14
- image : crenshawdotdev/argocd-executor-plugin:v0.0.8
14
+ image : crenshawdotdev/argocd-executor-plugin:v0.0.9
15
15
env :
16
16
- name : ARGOCD_AUTH_TOKEN
17
17
valueFrom :
You can’t perform that action at this time.
0 commit comments