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.1
5
+ * Image: crenshawdotdev/argocd-executor-plugin:$RELEASE_TAG
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-sync-token
12
12
- name: ARGOCD_SERVER
13
13
value: argocd-server.argocd.svc.cluster.local
14
- image: crenshawdotdev/argocd-executor-plugin:v0.0.1
14
+ image: crenshawdotdev/argocd-executor-plugin:$RELEASE_TAG
15
15
imagePullPolicy: Never
16
16
name: argocd
17
17
ports:
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.1
14
+ image : crenshawdotdev/argocd-executor-plugin:$RELEASE_TAG
15
15
imagePullPolicy : Never
16
16
env :
17
17
- name : ARGOCD_AUTH_TOKEN
You can’t perform that action at this time.
0 commit comments